From d005dc6e5c5c4f2ac1eb8e39feab9260a199d5c8 Mon Sep 17 00:00:00 2001 From: Harnoor Lal Date: Sun, 22 Feb 2026 15:54:04 -0800 Subject: [PATCH] chore(cargo): bump version to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47d4a23..5644c1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chainsaw-cli" -version = "0.3.0" +version = "0.4.0" dependencies = [ "assert_cmd", "bitcode", diff --git a/Cargo.toml b/Cargo.toml index 47c3a60..dd618e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["xtask", "stats"] [package] name = "chainsaw-cli" -version = "0.3.0" +version = "0.4.0" edition = "2024" rust-version = "1.91" description = "Trace transitive import weight in TypeScript and Python codebases"