Skip to content

Commit

Permalink
Bump to v4.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Oct 21, 2024
1 parent f75bdbb commit 8c0779b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion indextree-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indextree-macros"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Macros for indextree"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions indextree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indextree"
version = "4.7.2"
version = "4.7.3"
license = "MIT"
readme = "../README.md"
keywords = ["tree", "arena", "index", "indextree", "trie"]
Expand All @@ -22,7 +22,7 @@ macros = ["indextree-macros"]
[dependencies]
rayon = { version = "1.7.0", optional = true }
serde = { version = "1.0.154", features = ["derive"], optional = true }
indextree-macros = { path = "../indextree-macros", version = "0.1.1", optional = true }
indextree-macros = { path = "../indextree-macros", version = "0.1.2", optional = true }

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

0 comments on commit 8c0779b

Please sign in to comment.