diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 76f40c177..241351818 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -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"