Skip to content

Commit

Permalink
Upstream transport changes
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Mar 8, 2024
1 parent 8f1fcbb commit 8095e84
Show file tree
Hide file tree
Showing 38 changed files with 68 additions and 3,500 deletions.
184 changes: 11 additions & 173 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
members = [
"core",
"examples/autonat",
"examples/autonatv2",
"examples/browser-webrtc",
"examples/chat",
"examples/dcutr",
Expand Down Expand Up @@ -76,7 +75,7 @@ asynchronous-codec = { version = "0.7.0" }
futures-bounded = { version = "0.2.3" }
libp2p = { version = "0.53.2", path = "libp2p" }
libp2p-allow-block-list = { version = "0.3.0", path = "misc/allow-block-list" }
libp2p-autonat = { version = "0.13.0", path = "protocols/autonat" }
libp2p-autonat = { version = "0.12.0", path = "protocols/autonat" }
libp2p-connection-limits = { version = "0.3.1", path = "misc/connection-limits" }
libp2p-core = { version = "0.42.0", path = "core" }
libp2p-dcutr = { version = "0.11.0", path = "protocols/dcutr" }
Expand Down
2 changes: 1 addition & 1 deletion examples/autonat/src/bin/autonat_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
#[derive(NetworkBehaviour)]
struct Behaviour {
identify: identify::Behaviour,
auto_nat: autonat::v1::Behaviour,
auto_nat: autonat::Behaviour,
}

impl Behaviour {
Expand Down
38 changes: 0 additions & 38 deletions examples/autonatv2/Cargo.toml

This file was deleted.

20 changes: 0 additions & 20 deletions examples/autonatv2/Dockerfile

This file was deleted.

Loading

0 comments on commit 8095e84

Please sign in to comment.