Skip to content

Commit

Permalink
Auto merge of #570 - dzmitry-lahoda-forks:revert-525-dz/1, r=Amanieu
Browse files Browse the repository at this point in the history
Revert "feat: borsh serde"

Reverts #525
  • Loading branch information
bors committed Oct 12, 2024
2 parents d6393c2 + 5b8e6d5 commit 20170b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 83 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ foldhash = { version = "0.1.2", default-features = false, optional = true }
# For external trait impls
rayon = { version = "1.0", optional = true }
serde = { version = "1.0.25", default-features = false, optional = true }
borsh = { version = "1.5.0", default-features = false, optional = true, features = ["derive"]}

# When built as part of libstd
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ This crate has the following Cargo features:

- `nightly`: Enables nightly-only features including: `#[may_dangle]`.
- `serde`: Enables serde serialization support.
- `borsh`: Enables borsh serialization support.
- `rayon`: Enables rayon parallel iterator support.
- `equivalent`: Allows comparisons to be customized with the `Equivalent` trait. (enabled by default)
- `raw-entry`: Enables access to the deprecated `RawEntry` API.
Expand Down
78 changes: 0 additions & 78 deletions src/external_trait_impls/borsh/hash_map.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/external_trait_impls/borsh/mod.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/external_trait_impls/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#[cfg(feature = "borsh")]
mod borsh;
#[cfg(feature = "rayon")]
pub(crate) mod rayon;
#[cfg(feature = "serde")]
Expand Down

0 comments on commit 20170b8

Please sign in to comment.