Skip to content

Commit 29ce8f2

Browse files
authored
Merge pull request #13 from Yarwin/update-rust-versions-of-demos
Update rust-version to "1.90" for all demos (required for test job).
2 parents 9b50e00 + 31b741d commit 29ce8f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.87"
117+
rust-toolchain: "1.90"
118118
rust-special: -msrv
119119

120120
steps:

dodge-the-creeps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.85"
5+
rust-version = "1.90"
66
license = "MPL-2.0"
77
publish = false
88

hot-reload/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hot-reload"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.70"
5+
rust-version = "1.90"
66
license = "MPL-2.0"
77
publish = false
88

squash-the-creeps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "squash-the-creeps"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.90"
66
license = "MPL-2.0"
77
publish = false
88

0 commit comments

Comments
 (0)