Skip to content

Commit

Permalink
default_features is deprecated in favor of default-features and w…
Browse files Browse the repository at this point in the history
…ill not work in the 2024 edition
  • Loading branch information
danielschemmel committed Jul 18, 2024
1 parent 274a6f3 commit 50c099e
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 @@ -11,7 +11,7 @@ edition = "2021"
rust-version = "1.73.0"

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

0 comments on commit 50c099e

Please sign in to comment.