Skip to content

Commit f572eaa

Browse files
committed
Bump MSRV (1.80 -> 1.85)
1 parent 877893f commit f572eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: linux
116116
os: ubuntu-22.04
117-
rust-toolchain: "1.80"
117+
rust-toolchain: "1.85"
118118
rust-special: -msrv
119119

120120
steps:

dodge-the-creeps/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dodge-the-creeps"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.80"
5+
rust-version = "1.85"
66
license = "MPL-2.0"
77
publish = false
88

0 commit comments

Comments
 (0)