Skip to content

Commit fe8725d

Browse files
authored
Bump MSRV to 1.86.0 to match serde before release (#77)
* Bump MSRV to match serde before release * Bump in actions
1 parent 50bfaf3 commit fe8725d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: test
22
on:
33
push:
44
branches: [master]
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
rust:
21-
- 1.85.0 # MSRV
21+
- 1.86.0 # MSRV
2222
- stable
2323
- beta
2424
- nightly

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ license = "MIT"
4242
name = "thor-devkit"
4343
readme = "README.md"
4444
repository = "https://github.com/sterliakov/thor-devkit.rs"
45-
rust-version = "1.85.0"
45+
rust-version = "1.86.0"
4646
version = "0.2.0"
4747

4848
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)