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
411 B

--- simplelog-0.11.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ simplelog-0.11.2/Cargo.toml 2023-01-30T15:13:14.000938+00:00
@@ -29,15 +29,15 @@
version = "0.4.1"
[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
[features]