diff --git a/Cargo.toml b/Cargo.toml index 3add8cb..ae71499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,13 +23,8 @@ std = [] # Enables async receiving by implementing Future async = [] -[target.'cfg(loom)'.dependencies] -loom = { version = "0.5.3", features = ["futures"] } - [dev-dependencies] criterion = "0.3" - -[target.'cfg(not(loom))'.dev-dependencies] tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "time"] } async-std = { version = "1", features = ["attributes"] }