We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81d84ee + 227490a commit 2760797Copy full SHA for 2760797
evmap-derive/Cargo.toml
@@ -25,5 +25,5 @@ quote = "1.0.2"
25
proc-macro2 = "1.0.9"
26
27
[dev-dependencies]
28
-evmap = { path = "../evmap", version = "11.0.0-alpha.1" }
+evmap = { path = "../evmap", version = "11.0.0-alpha.2" }
29
trybuild = "1.0.24"
evmap/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "evmap"
3
-version = "11.0.0-alpha.1"
+version = "11.0.0-alpha.2"
4
authors = ["Jon Gjengset <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
evmap/benchmark/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
publish = false
10
11
[dependencies]
12
-evmap = { version = "11.0.0-alpha.1", path = "../" }
+evmap = { version = "11.0.0-alpha.2", path = "../" }
13
chashmap = "2.1.0"
14
clap = "2.20.3"
15
zipf = "6"
0 commit comments