Skip to content

Commit 706db85

Browse files
committed
add sync feature
1 parent 98e0402 commit 706db85

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Cargo.lock

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cli = ["dep:clap", "dep:nix", "dep:paste"]
3131

3232

3333
[dependencies]
34-
monoio = { version = "0.2.4", features = ["splice", "zero-copy"] }
34+
monoio = { version = "0.2.4", features = ["splice", "zero-copy", "sync"] }
3535
tokio = { version = "1.43.0", features = ["net", "time", "rt"] }
3636
tracing = "0.1.41"
3737
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)