Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit a18fa71

Browse files
committed
v1.0.28
- Supports obtaining the WeChat key through scanning the QR code with the Harmony mobile phone to log in. (#59) Changelog: v1.0.27...v1.0.28
1 parent dfa9b0d commit a18fa71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wechat-dump-rs"
3-
version = "1.0.27"
3+
version = "1.0.28"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ fn cli() -> clap::Command {
10901090
use clap::{arg, value_parser, Command};
10911091

10921092
Command::new("wechat-dump-rs")
1093-
.version("1.0.27")
1093+
.version("1.0.28")
10941094
.about("A wechat db dump tool")
10951095
.author("REinject")
10961096
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")

0 commit comments

Comments
 (0)