From 0e7fb06c8fa0b9a08f52f3a9efd03149fd5d9305 Mon Sep 17 00:00:00 2001 From: Andre Fredette Date: Mon, 5 Aug 2024 16:59:30 -0400 Subject: [PATCH] DO NOT MERGE: patch to the Aya astoycos tcx branch https://github.com/aya-rs/aya/pull/921 Do not merge in bpfman untl the tcx support gets merged in Aya. Signed-off-by: Andre Fredette --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2db2efa7..29538ca0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "aya" version = "0.12.0" -source = "git+https://github.com/aya-rs/aya?rev=ab5e688fd49fcfb402ad47d51cb445437fbd8cb7#ab5e688fd49fcfb402ad47d51cb445437fbd8cb7" +source = "git+https://github.com/astoycos/aya?rev=e4289e4711583fd25b5e574222e9791db2400700#e4289e4711583fd25b5e574222e9791db2400700" dependencies = [ "assert_matches", "aya-obj", @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "aya-obj" version = "0.1.0" -source = "git+https://github.com/aya-rs/aya?rev=ab5e688fd49fcfb402ad47d51cb445437fbd8cb7#ab5e688fd49fcfb402ad47d51cb445437fbd8cb7" +source = "git+https://github.com/astoycos/aya?rev=e4289e4711583fd25b5e574222e9791db2400700#e4289e4711583fd25b5e574222e9791db2400700" dependencies = [ "bytes", "core-error", diff --git a/Cargo.toml b/Cargo.toml index 62aaebb29..6269802f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,5 +101,5 @@ platforms = [ ] [patch.crates-io] -aya = { git = "https://github.com/aya-rs/aya", rev = "ab5e688fd49fcfb402ad47d51cb445437fbd8cb7" } -aya-obj = { git = "https://github.com/aya-rs/aya", rev = "ab5e688fd49fcfb402ad47d51cb445437fbd8cb7" } +aya = { git = "https://github.com/astoycos/aya", rev = "e4289e4711583fd25b5e574222e9791db2400700" } +aya-obj = { git = "https://github.com/astoycos/aya", rev = "e4289e4711583fd25b5e574222e9791db2400700" }