Skip to content

Commit a87cf37

Browse files
build(rust): downgrade minimum supported rust version to 1.94
1 parent b5439a7 commit a87cf37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55

66
[workspace.package]
77
version = "0.1.0"
8-
rust-version = "1.95"
8+
rust-version = "1.94"
99
edition = "2024"
1010

1111
[profile.release]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.95"
2+
channel = "1.94"
33
profile = "default"

0 commit comments

Comments
 (0)