blob: b84dbac9193a1daad0394b4def63c312e35960a3 (
plain)
1
|
BREAKING: `TorClient<R>::launch_onion_service()` and `TorClient<R>::launch_onion_service_with_hsid()` now return `Result<Option<(Arc<tor_hsservice::RunningOnionService>, impl futures::Stream<Item = tor_hsservice::RendRequest> + use<R>,)>` (the `Option` is new).
|