Skip to content

Commit

Permalink
bump rust msrv to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Nov 4, 2024
1 parent 6afa783 commit ee55b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bounded-collections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
description = "Bounded types and their supporting traits"
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.75.0"

[dependencies]
serde = { version = "1.0.101", default-features = false, optional = true, features=["alloc", "derive"] }
Expand Down

0 comments on commit ee55b75

Please sign in to comment.