Skip to content

Commit 0397489

Browse files
committed
Update rust-version to "1.90" for all demos (required for test job).
1 parent 9b50e00 commit 0397489

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)