Skip to content

Commit

Permalink
Bump version to v4.1.0 (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert committed May 25, 2020
1 parent e1e5e01 commit 4fc5db2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indextree"
version = "4.0.0"
version = "4.1.0"
license = "MIT"
readme = "README.md"
keywords = ["tree", "arena", "index", "indextree", "trie"]
Expand All @@ -23,8 +23,8 @@ par_iter = ["rayon"]
std = []

[dependencies]
rayon = { version = "1.0.3", optional = true }
serde = { version = "1.0.90", features = ["derive"], optional = true }
rayon = { version = "1.3.0", optional = true }
serde = { version = "1.0.110", features = ["derive"], optional = true }

[[example]]
name = "parallel_iteration"
Expand Down

0 comments on commit 4fc5db2

Please sign in to comment.