Skip to content

Commit

Permalink
there is already a features block..
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Mar 12, 2024
1 parent 0c25ea7 commit 259c822
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions asynchronix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ autotests = false
dev-hooks = []
# Logging of performance-related statistics; development only.
dev-logs = []
serde = ["dep:serde"]

[dependencies]
async-event = "0.1"
Expand All @@ -43,9 +44,6 @@ st3 = "0.4"
version = "1"
optional = true

[features]
serde = ["dep:serde"]

[target.'cfg(asynchronix_loom)'.dependencies]
loom = "0.5"
waker-fn = "1.1"
Expand Down

0 comments on commit 259c822

Please sign in to comment.