Skip to content

Commit

Permalink
Merge pull request #520 from drmingdrmer/release-0.7
Browse files Browse the repository at this point in the history
CI: no need to depend on a specific version of memstore
  • Loading branch information
drmingdrmer authored Aug 17, 2022
2 parents 7ee90a4 + 62f5dc7 commit 1d00244
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 @@ -34,7 +34,7 @@ tracing-futures = "0.2.4"

[dev-dependencies]
lazy_static = "1.4.0"
openraft-memstore = { version="0.7.0", path="../memstore" }
openraft-memstore = { path="../memstore" }
pretty_assertions = "1.0.0"
tracing-appender = "0.2.0"
tracing-subscriber = { version = "0.3.3", features=["env-filter"] }
Expand Down

0 comments on commit 1d00244

Please sign in to comment.