diff options
Diffstat (limited to 'rust-src/Cargo.toml')
-rw-r--r-- | rust-src/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-src/Cargo.toml b/rust-src/Cargo.toml index 444f0cf9..b490400c 100644 --- a/rust-src/Cargo.toml +++ b/rust-src/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["staticlib"] [dependencies] atty = "0.2.14" log = { version = "0.4", features = ["std"] } -chrono = "0.4" +chrono = { version = "0.4", default-features = false } colored = "2" clap = { version = "4.0.32", features = ["derive", "wrap_help"] } anyhow = "1.0" |