Skip to content

Commit cb764de

Browse files
committed
Chore: disable Openraft default features
1 parent 2eb176e commit cb764de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rt-monoio/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ license = "MIT OR Apache-2.0"
1515
repository = "https://github.com/datafuselabs/openraft"
1616

1717
[dependencies]
18-
openraft = { path = "../openraft", version = "0.10.0", features = ["singlethreaded"] }
18+
openraft = { path = "../openraft", version = "0.10.0", default-features = false, features = ["singlethreaded"] }
1919

2020
rand = "0.8"
2121
tokio = { version = "1.22", features = ["sync"] }
2222
monoio = "0.2.3"
23-
local-sync = "0.1.1"
23+
local-sync = "0.1.1"

0 commit comments

Comments
 (0)