Skip to content

Commit

Permalink
Merge pull request #280 from paolobarbolini/z-minimal-versions
Browse files Browse the repository at this point in the history
build: fix -Zminimal-versions
  • Loading branch information
oli-obk authored Dec 4, 2024
2 parents 9d84a01 + 59f0651 commit d6b186c
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 @@ -15,7 +15,7 @@ cargo-platform = "0.1.2"
derive_builder = { version = "0.20", optional = true }
semver = { version = "1.0.7", features = ["serde"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", features = ["unbounded_depth"] }
serde_json = { version = "1.0.118", features = ["unbounded_depth"] }
thiserror = "2.0.3"

[features]
Expand Down

0 comments on commit d6b186c

Please sign in to comment.