Skip to content

Commit 7b7ee98

Browse files
andybalaampoljar
authored andcommitted
build: Update minimum supported Rust version to 1.76
This reflects the reality of the situation at the moment: we need 1.76. to compile, and Ruma requires 1.75.
1 parent 876d323 commit 7b7ee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default-members = ["benchmarks", "crates/*", "labs/*"]
1515
resolver = "2"
1616

1717
[workspace.package]
18-
rust-version = "1.70"
18+
rust-version = "1.76"
1919

2020
[workspace.dependencies]
2121
anyhow = "1.0.68"

0 commit comments

Comments
 (0)