diff options
Diffstat (limited to 'crates/tor-cell/fuzz/Cargo.toml')
| -rw-r--r-- | crates/tor-cell/fuzz/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-cell/fuzz/Cargo.toml b/crates/tor-cell/fuzz/Cargo.toml index 199783cf2..2ebffc7f8 100644 --- a/crates/tor-cell/fuzz/Cargo.toml +++ b/crates/tor-cell/fuzz/Cargo.toml @@ -15,7 +15,7 @@ libfuzzer-sys = "0.4" [dependencies.tor-cell] path = ".." -features = ["onion-service", "experimental"] +features = ["hs-service", "experimental"] [dependencies.tor-bytes] path = "../../tor-bytes" |
