Skip to content

Commit 5b8e6d5

Browse files
reverted adding borsh to Cargo.toml
1 parent 6a27e27 commit 5b8e6d5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ foldhash = { version = "0.1.2", default-features = false, optional = true }
1919
# For external trait impls
2020
rayon = { version = "1.0", optional = true }
2121
serde = { version = "1.0.25", default-features = false, optional = true }
22-
borsh = { version = "1.5.0", default-features = false, optional = true, features = ["derive"]}
2322

2423
# When built as part of libstd
2524
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ This crate has the following Cargo features:
5656

5757
- `nightly`: Enables nightly-only features including: `#[may_dangle]`.
5858
- `serde`: Enables serde serialization support.
59-
- `borsh`: Enables borsh serialization support.
6059
- `rayon`: Enables rayon parallel iterator support.
6160
- `equivalent`: Allows comparisons to be customized with the `Equivalent` trait. (enabled by default)
6261
- `raw-entry`: Enables access to the deprecated `RawEntry` API.

0 commit comments

Comments
 (0)