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-fern/fern-fix-metadata.diff

23 lines
433 B

--- fern-0.6.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fern-0.6.2/Cargo.toml 2024-10-02T15:03:42.463022+00:00
@@ -39,9 +39,6 @@
[package.metadata.docs.rs]
all-features = true
-
-[[example]]
-name = "cmd-program"
[[example]]
name = "date-based-file-log"
@@ -86,9 +83,6 @@
[dependencies.log]
version = "0.4"
features = ["std"]
-
-[dev-dependencies.clap]
-version = "2.22"
[dev-dependencies.humantime]
version = "2.1.0"