bump 1.1.0

This commit is contained in:
shenjack 2024-01-23 00:51:22 +08:00
parent baeeaf9305
commit 024d9b40e7
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "call"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"winapi",
"winres",

View File

@ -1,6 +1,6 @@
[package]
name = "call"
version = "1.0.0"
version = "1.1.0"
description = "一个简单的用于不带控制台/带控制台调用其他程序的包装器"
edition = "2021"
build = "build.rs"