Skip to content

Commit

Permalink
bump version of hashbrown and new release (closes #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Oct 6, 2020
1 parent 78b3846 commit 863dbc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "internment"
version = "0.4.0"
version = "0.4.1"
authors = ["David Roundy <roundyd@physics.oregonstate.edu>"]
edition = "2018"

Expand Down Expand Up @@ -29,15 +29,15 @@ lazy_static = "1.4.0"
once_cell = "1.4"
state = { version = "0.4.1", features = ["tls"] }
tinyset = "0.4.2"
hashbrown = { version = "0.8" }
hashbrown = { version = "0.9" }
serde = { version = "1.0", optional = true }

[dev-dependencies]

quickcheck = "^0.4.1"
quickcheck = "^0.9.2"
easybench = { version = "1.0.0", git = "https://github.com/droundy/easybench-rs" }
rand = "0.7.2"
arc-interner = "0.4"
arc-interner = "0.5"

[[bench]]
name = "bench"
Expand Down

0 comments on commit 863dbc0

Please sign in to comment.