Skip to content

Commit

Permalink
⬇️ Lower to actual MSRV
Browse files Browse the repository at this point in the history
In terms of features used in the codebase, 1.77 is the lowest we
require.
  • Loading branch information
thomaseizinger committed Jan 7, 2025
1 parent e153ceb commit 2abe26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resolver = "2"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }

[workspace.package]
rust-version = "1.80"
rust-version = "1.77"

[profile.bench]
debug = true
Expand Down

0 comments on commit 2abe26d

Please sign in to comment.