Skip to content

Commit

Permalink
Breaking release: .read() -> Option
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed May 5, 2020
1 parent 36501fc commit 4661c85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evmap"
version = "9.0.1"
version = "10.0.0"
authors = ["Jon Gjengset <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Jon Gjengset <[email protected]>"]
edition = "2018"

[dependencies]
evmap = { version = "9", path = "../" }
evmap = { version = "10", path = "../" }
chashmap = "2.1.0"
clap = "2.20.3"
zipf = "6"
Expand Down
2 changes: 1 addition & 1 deletion evmap-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ quote = "1.0.2"
proc-macro2 = "1.0.9"

[dev-dependencies]
evmap = { path = "../", version = "9" }
evmap = { path = "../", version = "10" }
trybuild = "1.0.24"

0 comments on commit 4661c85

Please sign in to comment.