Skip to content

Commit 8c0779b

Browse files
committed
Bump to v4.7.3
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent f75bdbb commit 8c0779b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

indextree-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indextree-macros"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Macros for indextree"
66
license = "MIT"

indextree/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indextree"
3-
version = "4.7.2"
3+
version = "4.7.3"
44
license = "MIT"
55
readme = "../README.md"
66
keywords = ["tree", "arena", "index", "indextree", "trie"]
@@ -22,7 +22,7 @@ macros = ["indextree-macros"]
2222
[dependencies]
2323
rayon = { version = "1.7.0", optional = true }
2424
serde = { version = "1.0.154", features = ["derive"], optional = true }
25-
indextree-macros = { path = "../indextree-macros", version = "0.1.1", optional = true }
25+
indextree-macros = { path = "../indextree-macros", version = "0.1.2", optional = true }
2626

2727
[[example]]
2828
name = "parallel_iteration"

0 commit comments

Comments
 (0)