Skip to content

Commit 270ed92

Browse files
authored
Merge pull request #601 from jeckersb/default-features
Fix deprecation warning with rust 1.79.0
2 parents 1c5ad72 + 2a77ecf commit 270ed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/xtask.rs"
1414
[dependencies]
1515
anyhow = "1.0.82"
1616
camino = "1.1.6"
17-
chrono = { version = "0.4.38", default_features = false, features = ["std"] }
17+
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
1818
fn-error-context = "0.2.1"
1919
tempfile = "3.10.1"
2020
mandown = "0.1.3"

0 commit comments

Comments
 (0)