From d9363049f44dc0eeabf56265b25c54738608ed95 Mon Sep 17 00:00:00 2001 From: Alex Kornitzer Date: Sun, 22 Dec 2024 14:29:24 +0000 Subject: [PATCH] build: bump to version 2.10.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d625350..fb85896a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,7 +258,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainsaw" -version = "2.10.2" +version = "2.10.3" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 388e46dc..613e7516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainsaw" -version = "2.10.2" +version = "2.10.3" 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 0a48de29..c1174e0f 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ in { chainsaw = pkgs.rustPlatform.buildRustPackage { pname = "chainsaw"; - version = "2.10.2"; + version = "2.10.3"; src = ./.;