mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-12 15:54:09 +00:00
ping: update Rust versions 0.45.0 and 0.46.0, (#76)
to 0.45.1 and 0.46.1 respectively.
This commit is contained in:
parent
4f8297fd34
commit
ddb2e4bad2
@ -17,12 +17,12 @@ Id = "v0.47.0"
|
||||
BinaryName = 'testplan_0470'
|
||||
|
||||
[[groups]]
|
||||
Id = "v0.46.0"
|
||||
BinaryName = 'testplan_0460'
|
||||
Id = "v0.46.1"
|
||||
BinaryName = 'testplan_0461'
|
||||
|
||||
[[groups]]
|
||||
Id = "v0.45.1"
|
||||
BinaryName = 'testplan_0450'
|
||||
BinaryName = 'testplan_0451'
|
||||
|
||||
[[groups]]
|
||||
Id = "v0.44.0"
|
||||
|
@ -21,8 +21,8 @@ tokio-util = { version = "0.7", default-features = false, features = ["compat"]
|
||||
futures = "0.3.1"
|
||||
|
||||
libp2pv0440 = { package = "libp2p", version = "0.44.0", default_features = false, features = ["websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std"] }
|
||||
libp2pv0450 = { package = "libp2p", version = "0.45.0", default_features = false, features = ["websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std"] }
|
||||
libp2pv0460 = { package = "libp2p", version = "0.46.0", default_features = false, features = ["websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std"] }
|
||||
libp2pv0451 = { package = "libp2p", version = "0.45.1", default_features = false, features = ["websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std"] }
|
||||
libp2pv0461 = { package = "libp2p", version = "0.46.1", default_features = false, features = ["websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std"] }
|
||||
libp2pv0470 = { package = "libp2p", version = "0.47.0", default_features = false, features = ["websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std"] }
|
||||
libp2pv0480 = { package = "libp2p", version = "0.48.0", default_features = false, features = ["websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std", "rsa"] }
|
||||
libp2pv0490 = { package = "libp2p", version = "0.49.0", features = ["websocket", "mplex", "yamux", "tcp", "async-std", "ping", "noise", "dns", "rsa"] }
|
||||
|
@ -1,8 +1,8 @@
|
||||
use anyhow::Result;
|
||||
use async_trait::async_trait;
|
||||
use futures::StreamExt;
|
||||
use libp2pv0450::swarm::SwarmEvent;
|
||||
use libp2pv0450::*;
|
||||
use libp2pv0451::swarm::SwarmEvent;
|
||||
use libp2pv0451::*;
|
||||
use std::collections::HashSet;
|
||||
use std::time::Duration;
|
||||
use testplan::{run_ping, PingSwarm};
|
@ -1,8 +1,8 @@
|
||||
use anyhow::Result;
|
||||
use async_trait::async_trait;
|
||||
use futures::StreamExt;
|
||||
use libp2pv0460::swarm::SwarmEvent;
|
||||
use libp2pv0460::*;
|
||||
use libp2pv0461::swarm::SwarmEvent;
|
||||
use libp2pv0461::*;
|
||||
use std::collections::HashSet;
|
||||
use std::time::Duration;
|
||||
use testplan::{run_ping, PingSwarm};
|
Loading…
x
Reference in New Issue
Block a user