Skip to content

Commit

Permalink
Release evmap with new aliasing implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Dec 6, 2020
1 parent fb655da commit 1d19552
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions evmap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evmap"
version = "11.0.0-alpha.2"
version = "11.0.0-alpha.3"
authors = ["Jon Gjengset <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -26,7 +26,7 @@ indexmap = { version = "1.1.0", optional = true }
smallvec = "1.0.0"
hashbag = "0.1.2"
rand = { version = "0.7", default-features = false, features = ["alloc"], optional = true }
left-right = { version = "0.9.0", path = "../left-right" }
left-right = "0.9.1"

[dev-dependencies]
quickcheck = "0.9"
Expand Down
14 changes: 8 additions & 6 deletions evmap/benchmark/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion evmap/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
publish = false

[dependencies]
evmap = { version = "11.0.0-alpha.2", path = "../" }
evmap = { version = "11.0.0-alpha.3", path = "../" }
chashmap = "2.1.0"
clap = "2.20.3"
zipf = "6"
Expand Down

0 comments on commit 1d19552

Please sign in to comment.