Skip to content

Commit ff4cf8f

Browse files
committed
Fix: openraft-0.9.6 requires openraft-macros-0.9.6 or newer
1 parent d9e2af1 commit ff4cf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openraft/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ byte-unit = { workspace = true }
2121
clap = { workspace = true }
2222
derive_more = { workspace = true }
2323
futures = { workspace = true }
24-
openraft-macros = { path = "../macros", version = "0.9.0" }
24+
openraft-macros = { path = "../macros", version = "0.9.6" }
2525
maplit = { workspace = true }
2626
rand = { workspace = true }
2727
serde = { workspace = true, optional = true }

0 commit comments

Comments
 (0)