Skip to content

Commit be4d982

Browse files
authored
Revert "chore(xdp): pin aya to prevent clippy/MSRV breakage (#2897)" (#2902)
1 parent e845879 commit be4d982

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

tools/xdp/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ members = ["s2n-quic-xdp", "tester", "xtask"]
33
resolver = "2"
44

55
[workspace.dependencies]
6-
aya-obj = "=0.2.1" # new version requires MSRV 1.87.0 https://crates.io/crates/aya-obj/versions
7-
aya-log = "=0.2.1" # v0.2.2+ requires MSRV 1.87.0, v0.2.1 is compatible with aya 0.13
8-
aya-log-common = "=0.1.15" # v0.1.16+ requires MSRV 1.87.0, v0.1.15 is compatible with aya-log 0.2.1
96
bolero = "0.13"
107
bolero-generator = { version = "0.13", default-features = false }

tools/xdp/s2n-quic-xdp/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ default = ["tokio"]
1515

1616
[dependencies]
1717
aya = { version = "0.13", default-features = false }
18-
aya-obj = { workspace = true }
1918
bitflags = "2"
2019
errno = "0.3"
2120
libc = "0.2"

tools/xdp/tester/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ publish = false
66

77
[dependencies]
88
aya = { version = "0.13", features = ["async_tokio"] }
9-
aya-log = { workspace = true }
10-
aya-log-common = { workspace = true }
9+
aya-log = "0.2.1"
1110
clap = { version = "4.1", features = ["derive"] }
1211
anyhow = "1.0.68"
1312
env_logger = "0.11"

0 commit comments

Comments
 (0)