Skip to content

Commit

Permalink
update derive_more
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschemmel committed Aug 8, 2024
1 parent 5ebce13 commit b957ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-info-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.73.0"

[dependencies]
chrono = { version = "0.4.23", default-features = false }
derive_more = "0.99"
derive_more = { version = "1", default-features = false, features = ["display"]}
semver = "1"
serde = { version = "1", features = ["derive"], optional = true }

Expand Down

0 comments on commit b957ce1

Please sign in to comment.