Skip to content

Commit

Permalink
Remove bytes with ShallowCopy removal
Browse files Browse the repository at this point in the history
We no longer need to implement anything for `Bytes`!
Fixes #72.
  • Loading branch information
jonhoo committed Nov 30, 2020
1 parent 4e83da0 commit b6c7a31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ eviction = ["indexed", "rand"]
indexmap = { version = "1.1.0", optional = true }
smallvec = "1.0.0"
hashbag = "0.1.2"
bytes = { version = "0.5", optional = true }
rand = { version = "0.7", default-features = false, features = ["alloc"], optional = true }
left-right = { version = "0.9.0", path = "../left-right" }

Expand Down

0 comments on commit b6c7a31

Please sign in to comment.