Skip to content

Commit eeeb632

Browse files
committed
Release v4.0.0
1 parent 036b448 commit eeeb632

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/hedwig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
rust_toolchain: [nightly, stable, 1.45.2]
19+
rust_toolchain: [nightly, stable, 1.49.0]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
timeout-minutes: 20
2222
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hedwig"
33
# TODO: When bumping to next major version, make sure to clean up the MRV and lints we allow in CI.
4-
version = "3.1.0"
4+
version = "4.0.0"
55
authors = [
66
"Aniruddha Maru <[email protected]>",
77
"Simonas Kazlauskas <[email protected]>"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Add to Cargo.toml:
2424

2525
```toml
2626
[dependencies]
27-
hedwig = "3"
27+
hedwig = "4"
2828
```
2929

3030
You may also need to enable additional features in order to use the optional publishers or
3131
validators, like this:
3232

3333
```toml
3434
[dependencies]
35-
hedwig = { version = "3", features = ["google"] }
35+
hedwig = { version = "4", features = ["google"] }
3636
```
3737

3838
### Usage

0 commit comments

Comments
 (0)