From 33c21c331e16fa44e8ba97ad7fcd4c6ed280feb5 Mon Sep 17 00:00:00 2001 From: kxxt Date: Wed, 24 Apr 2024 09:02:34 +0800 Subject: [PATCH] chore: bump ver to 0.1.0-alpha.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53b3962e..e4eb1c97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1130,7 +1130,7 @@ dependencies = [ [[package]] name = "tracexec" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" dependencies = [ "atoi", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 65877542..20fe960f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracexec" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" edition = "2021" authors = ["Levi Zim "] description = "A small utility for tracing execve{,at}"