From 250ecf17fb5315ca09ac76c4ce0930f88851e879 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 18 Feb 2025 16:05:39 +0000 Subject: [PATCH] v0.9.6 --- bin/Cargo.toml | 6 +++--- core/Cargo.toml | 4 ++-- flirt/Cargo.toml | 2 +- pyflirt/Cargo.toml | 4 ++-- pylancelot/Cargo.toml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 83beca2..8f36a7c 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lancelot-bin" -version = "0.9.5" +version = "0.9.6" description = "binary analysis tools for x32/x64 PE files" authors = ["William Ballenthin "] license = "Apache-2.0" @@ -28,6 +28,6 @@ hex = "0.4" serde_json = "1.0" sha256 = "1" -lancelot = { path = "../core", version = "0.9.5" } -lancelot-flirt = { path = "../flirt", version = "0.9.5" } +lancelot = { path = "../core", version = "0.9.6" } +lancelot-flirt = { path = "../flirt", version = "0.9.6" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 9e004cc..7ea5d3d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ name = "lancelot" description = "binary analysis framework for x32/x64 PE files" license = "Apache-2.0" -version = "0.9.5" +version = "0.9.6" authors = ["Willi Ballenthin "] edition = "2021" homepage = "https://github.com/williballenthin/lancelot" @@ -37,7 +37,7 @@ fern = { version = "0.7", optional = true } bitvec = { version = "1" } # needed for flirt -lancelot-flirt = { path = "../flirt", version = "0.9.5", optional = true} +lancelot-flirt = { path = "../flirt", version = "0.9.6", optional = true} # needed for binexport2 prost = "0.13" diff --git a/flirt/Cargo.toml b/flirt/Cargo.toml index 2b41999..65b82b5 100644 --- a/flirt/Cargo.toml +++ b/flirt/Cargo.toml @@ -2,7 +2,7 @@ name = "lancelot-flirt" description = "parse and match FLIRT signatures" license = "Apache-2.0" -version = "0.9.5" +version = "0.9.6" authors = ["Willi Ballenthin "] edition = "2021" homepage = "https://github.com/williballenthin/lancelot" diff --git a/pyflirt/Cargo.toml b/pyflirt/Cargo.toml index 20a1f65..ebb795f 100644 --- a/pyflirt/Cargo.toml +++ b/pyflirt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-flirt" -version = "0.9.5" +version = "0.9.6" authors = ["William Ballenthin "] edition = "2021" license = "Apache-2.0" @@ -13,7 +13,7 @@ name = "flirt" crate-type = ["cdylib"] [dependencies] -lancelot-flirt = { path = "../flirt", version = "0.9.5" } +lancelot-flirt = { path = "../flirt", version = "0.9.6" } pyo3 = { version = "0.22"} anyhow = "1" diff --git a/pylancelot/Cargo.toml b/pylancelot/Cargo.toml index b3e4313..45e0962 100644 --- a/pylancelot/Cargo.toml +++ b/pylancelot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylancelot" -version = "0.9.5" +version = "0.9.6" authors = ["Willi Ballenthin "] edition = "2021" homepage = "https://github.com/williballenthin/lancelot" @@ -11,7 +11,7 @@ name = "lancelot" crate-type = ["cdylib"] [dependencies] -lancelot = { path = "../core", version = "0.9.5" } +lancelot = { path = "../core", version = "0.9.6" } pyo3 = { version = "0.22" } pyo3-log = "0.11" anyhow = "1"