Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert committed Sep 3, 2020
1 parent b951272 commit 39bacae
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.2.0"
version = "4.3.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.3.1", optional = true }
serde = { version = "1.0.114", features = ["derive"], optional = true }
rayon = { version = "1.4.0", optional = true }
serde = { version = "1.0.115", features = ["derive"], optional = true }

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

0 comments on commit 39bacae

Please sign in to comment.