Skip to content

Commit

Permalink
Adding requirement of cargo-platform < 0.1.6 to keep 1.56.0 msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelciraci committed Jan 21, 2024
1 parent cb54bb5 commit 5dee0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.56.0"

[dependencies]
camino = { version = "1.0.7", features = ["serde1"] }
cargo-platform = "0.1.2"
cargo-platform = "0.1.2, < 0.1.6"
derive_builder = { version = "0.12", optional = true }
semver = { version = "1.0.7", features = ["serde"] }
serde = { version = "1.0.136", features = ["derive"] }
Expand Down

0 comments on commit 5dee0fe

Please sign in to comment.