Skip to content

Commit e025511

Browse files
committed
evmap: release 11-alpha.5
1 parent 9a8d5e4 commit e025511

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.4"
3+
version = "11.0.0-alpha.5"
44
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
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 = { path = "../left-right", version = "0.10.0" }
29+
left-right = { version = "0.11.0" } #, path = "../left-right", }
3030

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

evmap/benchmark/Cargo.lock

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

0 commit comments

Comments
 (0)