Skip to content

Commit 6d65f9a

Browse files
committed
fix: downgrade rust edition to 2021 for stable CI compatibility
1 parent eab6b44 commit 6d65f9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust-v2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rust-v2"
33
version = "0.1.0"
4-
edition = "2024"
4+
edition = "2021"
55

66
[dependencies]
77
futures = "0.3"

0 commit comments

Comments
 (0)