Skip to content

Commit

Permalink
Chore: disable Openraft default features
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Aug 6, 2024
1 parent 2eb176e commit cb764de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rt-monoio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/datafuselabs/openraft"

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

rand = "0.8"
tokio = { version = "1.22", features = ["sync"] }
monoio = "0.2.3"
local-sync = "0.1.1"
local-sync = "0.1.1"

0 comments on commit cb764de

Please sign in to comment.