From 62f5dc73eb068db10168627a37015aa09a6289ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=82=8E=E6=B3=BC?= Date: Wed, 17 Aug 2022 22:43:08 +0800 Subject: [PATCH] CI: no need to depend on a specific version of memstore --- openraft/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openraft/Cargo.toml b/openraft/Cargo.toml index 1c8498fcf..12340cebc 100644 --- a/openraft/Cargo.toml +++ b/openraft/Cargo.toml @@ -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"] }