Skip to content

Commit

Permalink
Merge pull request #601 from jeckersb/default-features
Browse files Browse the repository at this point in the history
Fix deprecation warning with rust 1.79.0
  • Loading branch information
jeckersb authored Jun 13, 2024
2 parents 1c5ad72 + 2a77ecf commit 270ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/xtask.rs"
[dependencies]
anyhow = "1.0.82"
camino = "1.1.6"
chrono = { version = "0.4.38", default_features = false, features = ["std"] }
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
fn-error-context = "0.2.1"
tempfile = "3.10.1"
mandown = "0.1.3"
Expand Down

0 comments on commit 270ed92

Please sign in to comment.