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

22 lines
459 B

--- ena-0.14.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ena-0.14.1/Cargo.toml 2023-02-27T19:08:31.521127+00:00
@@ -23,18 +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"
-
-[dependencies.petgraph]
-version = "0.4.5"
-optional = true
-
-[features]
-bench = []
-congruence-closure = ["petgraph"]
-persistent = ["dogged"]