Skip to content

Commit 1d19552

Browse files
committed
Release evmap with new aliasing implementation
1 parent fb655da commit 1d19552

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

evmap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evmap"
3-
version = "11.0.0-alpha.2"
3+
version = "11.0.0-alpha.3"
44
authors = ["Jon Gjengset <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -26,7 +26,7 @@ indexmap = { version = "1.1.0", optional = true }
2626
smallvec = "1.0.0"
2727
hashbag = "0.1.2"
2828
rand = { version = "0.7", default-features = false, features = ["alloc"], optional = true }
29-
left-right = { version = "0.9.0", path = "../left-right" }
29+
left-right = "0.9.1"
3030

3131
[dev-dependencies]
3232
quickcheck = "0.9"

evmap/benchmark/Cargo.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

evmap/benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
publish = false
1010

1111
[dependencies]
12-
evmap = { version = "11.0.0-alpha.2", path = "../" }
12+
evmap = { version = "11.0.0-alpha.3", path = "../" }
1313
chashmap = "2.1.0"
1414
clap = "2.20.3"
1515
zipf = "6"

0 commit comments

Comments
 (0)