summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cell/src/relaycell.rs')
-rw-r--r--crates/tor-cell/src/relaycell.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-cell/src/relaycell.rs b/crates/tor-cell/src/relaycell.rs
index d93e8bdf3..5c8859d3c 100644
--- a/crates/tor-cell/src/relaycell.rs
+++ b/crates/tor-cell/src/relaycell.rs
@@ -10,7 +10,7 @@ use caret::caret_int;
use rand::{CryptoRng, Rng};
pub mod extend;
-#[cfg(feature = "onion-service")]
+#[cfg(feature = "hs-service")]
pub mod hs;
pub mod msg;
pub mod restrict;