We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877893f commit f572eaaCopy full SHA for f572eaa
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
115
- name: linux
116
os: ubuntu-22.04
117
- rust-toolchain: "1.80"
+ rust-toolchain: "1.85"
118
rust-special: -msrv
119
120
steps:
dodge-the-creeps/rust/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "dodge-the-creeps"
3
version = "0.1.0"
4
edition = "2021"
5
-rust-version = "1.80"
+rust-version = "1.85"
6
license = "MPL-2.0"
7
publish = false
8
0 commit comments