From 6e74bd6e013e3249f2f2b68392645e14315724a4 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 25 Jan 2024 21:32:23 +0800 Subject: [PATCH] bump 1.2.0 --- .github/main.yml | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- build.rs | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/main.yml b/.github/main.yml index 27cbe1c..67ecd3d 100644 --- a/.github/main.yml +++ b/.github/main.yml @@ -14,7 +14,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + # os: [macos-latest, ubuntu-latest, windows-latest] + os: [windows-latest] runs-on: ${{ matrix.os }} diff --git a/Cargo.lock b/Cargo.lock index 81beb19..36c031d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "call" -version = "1.1.0" +version = "1.2.0" dependencies = [ "winapi", "winres", diff --git a/Cargo.toml b/Cargo.toml index 364c925..e299785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "call" -version = "1.1.0" +version = "1.2.0" description = "一个简单的用于不带控制台/带控制台调用其他程序的包装器" edition = "2021" build = "build.rs" diff --git a/build.rs b/build.rs index 0cdca9e..353d5d1 100644 --- a/build.rs +++ b/build.rs @@ -12,7 +12,7 @@ fn main() { .set("CompanyName", "TSW (shenjack's workshop)") .set("Comments", "一个简单的包装器") .set("InternalName", "caller.exe") - .set("ProductVersion", "1.1.0.0") + .set("ProductVersion", "1.2.0.0") .set_language(winapi::um::winnt::MAKELANGID( winapi::um::winnt::LANG_CHINESE_SIMPLIFIED, winapi::um::winnt::SUBLANG_CHINESE_SIMPLIFIED,