Skip to content

Commit 94248ad

Browse files
SteveLauCdrmingdrmer
authored andcommitted
Chore: disable Openraft default features
1 parent 36c18f2 commit 94248ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rt-monoio/Cargo.toml

Lines changed: 2 additions & 2 deletions
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)