summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-rtmock/Cargo.toml')
-rw-r--r--crates/tor-rtmock/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 37ed37f51..fa0911c7e 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -39,6 +39,6 @@ tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
[features]
-full = ["tor-rtcompat/full", "tor-error/full"]
+full = ["tor-rtcompat/full", "tor-error/full", "oneshot-fused-workaround/full"]
[package.metadata.docs.rs]
all-features = true