Skip to content

Commit

Permalink
fix(cargo): bump MSRV to 1.83.0
Browse files Browse the repository at this point in the history
The recent libp2p upgrade bumped the MSRV to 1.83.0, so we have to do the
same.
  • Loading branch information
kkovaacs committed Feb 3, 2025
1 parent d57b553 commit 7f2950a
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 @@ -47,7 +47,7 @@ opt-level = 3
version = "0.15.3"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.81"
rust-version = "1.83"
authors = ["Equilibrium Labs <[email protected]>"]

[workspace.dependencies]
Expand Down

0 comments on commit 7f2950a

Please sign in to comment.