From 6f85e6126881549361c5bc657fce696b34d134f5 Mon Sep 17 00:00:00 2001 From: Levi Zim Date: Mon, 7 Oct 2024 11:30:20 +0800 Subject: [PATCH] chore: release v0.6.2-rc.2 --- CHANGELOG.md | 3 +-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab105240..243fc36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ # Changelog -## v0.6.2-rc.1 +## v0.6.2-rc.2 - Fix: Update dependencies to get rid of yanked futures-util 0.3.30 - Fix: Ensure build-script is built with the same vendoring feature as the main binary -- eBPF: Use a better workaround in eBPF code(empty printk workaround is removed). - CI: Fix a typo in CI yaml that caused the released static binaries to be non static. - CI: Enable eBPF for riscv64. - CI: Enable static builds for riscv64. diff --git a/Cargo.lock b/Cargo.lock index de379f17..501e8bf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,7 +2001,7 @@ dependencies = [ [[package]] name = "tracexec" -version = "0.6.2-rc.1" +version = "0.6.2-rc.2" dependencies = [ "arboard", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 21202bcf..af6f497e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracexec" -version = "0.6.2-rc.1" +version = "0.6.2-rc.2" edition = "2021" authors = ["Levi Zim "] description = "Tracer for execve{,at} and pre-exec behavior, launcher for debuggers."