Skip to content

Commit d5d59c6

Browse files
committed
feat: rust 1.83.0 and latest aya
1 parent 612c78d commit d5d59c6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-net-tc-filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: rust-net-tc-filter
22
on: [push]
33
env:
4-
RUSTUP_TOOLCHAIN: "1.82.0"
4+
RUSTUP_TOOLCHAIN: "1.83.0"
55
RUSTUP_HOME: "./rust/rustup"
66
CARGO_HOME: "./rust/cargo"
77

.github/workflows/build-sock-filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: rust-sock-filter
22
on: [push]
33
env:
4-
RUSTUP_TOOLCHAIN: "1.82.0"
4+
RUSTUP_TOOLCHAIN: "1.83.0"
55
RUSTUP_HOME: "./rust/rustup"
66
CARGO_HOME: "./rust/cargo"
77

.github/workflows/build-uprobe-libcall-filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: rust-uprobe-libcall-filter
22
on: [push]
33
env:
4-
RUSTUP_TOOLCHAIN: "1.82.0"
4+
RUSTUP_TOOLCHAIN: "1.83.0"
55
RUSTUP_HOME: "./rust/rustup"
66
CARGO_HOME: "./rust/cargo"
77

conf/uprobe-libcall-filter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
applications:
22
filter:
3-
openssl3.1:
4-
openssl_lib: "/lib64/glibc-hwcaps/x86-64-v3/libssl.so.3.1.4"
3+
openssl3.2:
4+
openssl_lib: "/lib64/glibc-hwcaps/x86-64-v3/libssl.so.3.2.3"
55

0 commit comments

Comments
 (0)