Skip to content

Commit 2760797

Browse files
authored
Merge pull request #82 from jonhoo/evmap-alpha-bump
Bump to alpha.2
2 parents 81d84ee + 227490a commit 2760797

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

evmap-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ quote = "1.0.2"
2525
proc-macro2 = "1.0.9"
2626

2727
[dev-dependencies]
28-
evmap = { path = "../evmap", version = "11.0.0-alpha.1" }
28+
evmap = { path = "../evmap", version = "11.0.0-alpha.2" }
2929
trybuild = "1.0.24"

evmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evmap"
3-
version = "11.0.0-alpha.1"
3+
version = "11.0.0-alpha.2"
44
authors = ["Jon Gjengset <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

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.1", path = "../" }
12+
evmap = { version = "11.0.0-alpha.2", path = "../" }
1313
chashmap = "2.1.0"
1414
clap = "2.20.3"
1515
zipf = "6"

0 commit comments

Comments
 (0)