From f69fb478a996dc7db9885d145c7e79dd6da6a076 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Dec 2024 09:24:44 -0500 Subject: [PATCH] build: bump to version 2.10.2 Signed-off-by: Rui Chen --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96e31ee6..4d625350 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,7 +258,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainsaw" -version = "2.10.1" +version = "2.10.2" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index aa33261a..388e46dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainsaw" -version = "2.10.1" +version = "2.10.2" repository = "https://github.com/WithSecureLabs/chainsaw" description = "Rapidly Search and Hunt Through Windows Forensic Artefacts" authors = ["James Dorgan ","Alex Kornitzer "] diff --git a/flake.nix b/flake.nix index c16c6cf7..0a48de29 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ in { chainsaw = pkgs.rustPlatform.buildRustPackage { pname = "chainsaw"; - version = "2.10.1"; + version = "2.10.2"; src = ./.; @@ -46,4 +46,3 @@ formatter = genSystems (system: inputs.nixpkgs.legacyPackages.${system}.alejandra); }; } -