From 15608d27f61fe79996b9deab70c9a8a27735f571 Mon Sep 17 00:00:00 2001 From: REInject <22788893+0xlane@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:26:07 +0800 Subject: [PATCH] v1.0.27 - Fix an issue where user information yara rules could rarely fail to match. (#48) - Fix some other minor issuers. Changelog: https://github.com/0xlane/wechat-dump-rs/compare/v1.0.26...v1.0.27 --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6537c6d..abe8a41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wechat-dump-rs" -version = "1.0.26" +version = "1.0.27" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 4a3c083..283edf5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1089,7 +1089,7 @@ fn cli() -> clap::Command { use clap::{arg, value_parser, Command}; Command::new("wechat-dump-rs") - .version("1.0.26") + .version("1.0.27") .about("A wechat db dump tool") .author("REinject") .help_template("{name} ({version}) - {author}\n{about}\n{all-args}")