Skip to content

Commit

Permalink
Reverting commit of cargo-platform upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelciraci committed Jan 22, 2024
1 parent 5dee0fe commit 99d3e89
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, < 0.1.6"
cargo-platform = "0.1.2"
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 99d3e89

Please sign in to comment.