summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/arti-client/Cargo.toml1
-rw-r--r--crates/tor-memquota/Cargo.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index aaa70f20f..da211b908 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -90,7 +90,6 @@ experimental = [
"error_detail",
"geoip",
"rpc",
- "vanguards",
"tor-proto/experimental",
"tor-netdoc/experimental",
"tor-dirmgr/experimental",
diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml
index d3a1cc39d..5e6e1d0b7 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -37,4 +37,4 @@ tor-rtmock = { path = "../tor-rtmock", version = "0.17.0" }
tracing-test = "0.2.4"
[features]
-full = []
+full = ["tor-config/full", "tor-error/full", "tor-log-ratelim/full", "tor-rtcompat/full"]