Skip to content

Commit

Permalink
Fix: openraft-0.9.6 requires openraft-macros-0.9.6 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Apr 25, 2024
1 parent d9e2af1 commit ff4cf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ byte-unit = { workspace = true }
clap = { workspace = true }
derive_more = { workspace = true }
futures = { workspace = true }
openraft-macros = { path = "../macros", version = "0.9.0" }
openraft-macros = { path = "../macros", version = "0.9.6" }
maplit = { workspace = true }
rand = { workspace = true }
serde = { workspace = true, optional = true }
Expand Down

0 comments on commit ff4cf8f

Please sign in to comment.