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

17 lines
361 B

--- ena-0.14.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ena-0.14.2/Cargo.toml 2023-03-18T14:38:56.555919+00:00
@@ -23,13 +23,5 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/ena"
-[dependencies.dogged]
-version = "0.2.0"
-optional = true
-
[dependencies.log]
version = "0.4"
-
-[features]
-bench = []
-persistent = ["dogged"]