Skip to content

Commit

Permalink
fix: remove "ring" from default features (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft authored Nov 26, 2024
1 parent f4b473e commit 7c9d555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compio"
version = "0.13.1"
version = "0.13.2"
description = "Completion based async runtime"
categories = ["asynchronous", "filesystem", "network-programming"]
keywords = ["async", "fs", "iocp", "io-uring", "net"]
Expand Down Expand Up @@ -76,7 +76,7 @@ libc = { workspace = true }
monoio = { version = "0.2.2", default-features = false, features = ["iouring"] }

[features]
default = ["runtime", "io-uring", "ring"]
default = ["runtime", "io-uring"]
io-uring = [
"compio-driver/io-uring",
"compio-runtime?/io-uring",
Expand Down

0 comments on commit 7c9d555

Please sign in to comment.