Skip to content

Commit 2a77ecf

Browse files
committed
Fix deprecation warning with rust 1.79.0
New stable gives warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition Signed-off-by: John Eckersberg <[email protected]>
1 parent 1c5ad72 commit 2a77ecf

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)