Skip to content

Commit 4ed5cf9

Browse files
committed
We need 1.81 for latest deps
1 parent 127d3d4 commit 4ed5cf9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
rust:
21-
- 1.79.0 # MSRV
21+
- 1.81.0 # MSRV
2222
- stable
2323
- beta
2424
- nightly

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ license = "GPL-3.0"
4343
name = "thor-devkit"
4444
readme = "README.md"
4545
repository = "https://github.com/sterliakov/thor-devkit.rs"
46-
rust-version = "1.79.0"
46+
rust-version = "1.81.0"
4747
version = "0.1.0"
4848

4949
[package.metadata.docs.rs]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ bumped unless necessary, and such MSRV bumps will only happen in minor or major
7676
releases as soon as the first non-beta release goes live. The required version
7777
will never be newer than 6 months.
7878

79-
Currently it requires rust `1.79.0` or higher to build.
79+
Currently it requires rust `1.81.0` or higher to build.
8080

8181
### Contributing
8282

@@ -85,7 +85,7 @@ to discuss a new feature or change.
8585

8686
Check out the [Contributing][] section in the docs for more info.
8787

88-
[Contributing]: CONTRIBUTING.md
88+
[Contributing]: https://github.com/sterliakov/thor-devkit.rs/blob/master/CONTRIBUTING.md
8989
[open an issue]: https://github.com/sterliakov/thor-devkit.rs/issues
9090

9191
### License

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
//! releases as soon as the first non-beta release goes live. The required version
7272
//! will never be newer than 6 months.
7373
//!
74-
//! Currently it requires rust `1.79.0` or higher to build.
74+
//! Currently it requires rust `1.81.0` or higher to build.
7575
//!
7676
//! ## Contributing
7777
//!

0 commit comments

Comments
 (0)