We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bfaf3 commit fe8725dCopy full SHA for fe8725d
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: build
+name: test
2
on:
3
push:
4
branches: [master]
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
rust:
21
- - 1.85.0 # MSRV
+ - 1.86.0 # MSRV
22
- stable
23
- beta
24
- nightly
Cargo.toml
@@ -42,7 +42,7 @@ license = "MIT"
42
name = "thor-devkit"
43
readme = "README.md"
44
repository = "https://github.com/sterliakov/thor-devkit.rs"
45
-rust-version = "1.85.0"
+rust-version = "1.86.0"
46
version = "0.2.0"
47
48
[package.metadata.docs.rs]
0 commit comments