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

25 lines
437 B

--- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ im-rc-15.1.0/Cargo.toml 2022-05-12T13:33:00.506027+00:00
@@ -62,10 +62,6 @@
version = "1"
optional = true
-[dependencies.refpool]
-version = "0.4"
-optional = true
-
[dependencies.serde]
version = "1"
optional = true
@@ -106,10 +102,6 @@
[features]
debug = []
-pool = [
- "refpool",
- "sized-chunks/refpool",
-]
[badges.travis-ci]
repository = "bodil/im-rs"