Skip to content

Commit fad7239

Browse files
committed
use top level ALPN reexport
1 parent f0a0044 commit fad7239

File tree

2 files changed

+55
-95
lines changed

2 files changed

+55
-95
lines changed

Cargo.lock

Lines changed: 54 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ impl<S: BlobStore> Builder<S> {
185185
};
186186
router = router.accept(iroh_blobs::ALPN, blobs.clone());
187187
router = router.accept(iroh_docs::ALPN, Arc::new(docs.clone()));
188-
router = router.accept(iroh_gossip::net::GOSSIP_ALPN, Arc::new(gossip.clone()));
188+
router = router.accept(iroh_gossip::ALPN, Arc::new(gossip.clone()));
189189

190190
// Build the router
191191
let router = router.spawn().await?;

0 commit comments

Comments
 (0)