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.
33 lines
696 B
33 lines
696 B
2 months ago
|
--- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ im-rc-15.1.0/Cargo.toml 2024-09-14T12:15:58.467147+00:00
|
||
|
@@ -19,7 +19,6 @@
|
||
|
description = "Immutable collection datatypes (the fast but not thread safe version)"
|
||
|
homepage = "http://immutable.rs/"
|
||
|
documentation = "http://immutable.rs/"
|
||
|
-readme = "../../README.md"
|
||
|
keywords = [
|
||
|
"immutable",
|
||
|
"persistent",
|
||
|
@@ -62,10 +61,6 @@
|
||
|
version = "1"
|
||
|
optional = true
|
||
|
|
||
|
-[dependencies.refpool]
|
||
|
-version = "0.4"
|
||
|
-optional = true
|
||
|
-
|
||
|
[dependencies.serde]
|
||
|
version = "1"
|
||
|
optional = true
|
||
|
@@ -106,10 +101,6 @@
|
||
|
|
||
|
[features]
|
||
|
debug = []
|
||
|
-pool = [
|
||
|
- "refpool",
|
||
|
- "sized-chunks/refpool",
|
||
|
-]
|
||
|
|
||
|
[badges.travis-ci]
|
||
|
repository = "bodil/im-rs"
|