Skip to content

Commit 6c6b56e

Browse files
author
mikachu2333
committed
update res version
1 parent 3b1d5ce commit 6c6b56e

4 files changed

Lines changed: 137 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 133 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "SC_Starter"
3-
version = "2.7.0"
3+
version = "2.7.1"
44
edition = "2021"
55

66
[profile.release]
@@ -13,8 +13,8 @@ directories = "6.0.0"
1313
rust-embed = { version = "8.7.2", features = ["compression"] }
1414
single-instance = "0.3.3"
1515
windows-hotkeys = "0.2.1"
16-
toml = "0.8.23"
16+
toml = "0.9.2"
1717
chrono = "0.4.41"
18-
tray-icon = "0.20.1"
18+
tray-icon = "0.21.0"
1919
tao = "0.34.0"
2020
mslnk = "0.1.8"

res/ScreenCapture.exe

-1.03 MB
Binary file not shown.

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use windows_hotkeys::keys::{ModKey, VKey};
44
/// EMBEDDED ScreenCapture 哈希值 (SHA1)
55
pub const RES_HASH: &str = "9D0655C41D1C05475C458A5091D6DE01034B0C5B";
66
/// EMBEDDED ScreenCapture 版本号
7-
pub const RES_VERSION: &str = "2.3.2";
7+
pub const RES_VERSION: &str = "2.3.3";
88

99
/// 文件存在状态结构体
1010
/// 用于跟踪主程序所需的关键文件状态

0 commit comments

Comments
 (0)