You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-simplelog/simplelog-fix-metadata.diff

16 lines
389 B

--- simplelog-0.7.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ simplelog-0.7.4/Cargo.toml 2019-11-23T01:58:04.213457+00:00
@@ -23,10 +23,10 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/drakulix/simplelog.rs"
[dependencies.chrono]
-version = "0.4.*"
+version = "0.4"
[dependencies.log]
-version = "0.4.*"
+version = "0.4"
features = ["std"]
[dependencies.term]