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

22 lines
418 B

--- simplelog-0.12.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ simplelog-0.12.1/Cargo.toml 2023-07-18T17:40:40.430516+00:00
@@ -39,15 +39,15 @@
optional = true
[dependencies.log]
-version = "0.4.*"
+version = "0.4"
features = ["std"]
[dependencies.paris]
-version = "~1.5"
+version = "1.5"
optional = true
[dependencies.termcolor]
-version = "1.1.*"
+version = "1.1"
optional = true
[dependencies.time]