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.
34 lines
621 B
34 lines
621 B
--- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ im-rc-15.1.0/Cargo.toml 2023-08-22T20:13:03.251008+00:00
|
|
@@ -28,7 +28,7 @@
|
|
"rrb-tree",
|
|
]
|
|
categories = ["data-structures"]
|
|
-license = "MPL-2.0+"
|
|
+license = "MPL-2.0"
|
|
repository = "https://github.com/bodil/im-rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
@@ -60,10 +60,6 @@
|
|
|
|
[dependencies.rayon]
|
|
version = "1"
|
|
-optional = true
|
|
-
|
|
-[dependencies.refpool]
|
|
-version = "0.4"
|
|
optional = true
|
|
|
|
[dependencies.serde]
|
|
@@ -106,10 +102,6 @@
|
|
|
|
[features]
|
|
debug = []
|
|
-pool = [
|
|
- "refpool",
|
|
- "sized-chunks/refpool",
|
|
-]
|
|
|
|
[badges.travis-ci]
|
|
repository = "bodil/im-rs"
|