From 9afc5fbe909601abbd91aef3d43d1881779f113a Mon Sep 17 00:00:00 2001 From: Benign X <1341398182@qq.com> Date: Mon, 4 Mar 2024 14:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A2(Version):=20bump=20version=20to=20?= =?UTF-8?q?0.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- Cargo.toml | 8 ++++---- icu_lib/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d00e40..1eb50a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -244,7 +244,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: "W-Mai/icu" + repository: "W-Mai/homebrew-icu" token: ${{ secrets.HOMEBREW_TAP_TOKEN }} # So we have access to the formula - name: Fetch local artifacts diff --git a/Cargo.toml b/Cargo.toml index 57e03c3..06254cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icu_tool" -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["Benign X", "W-Mai"] homepage = "https://github.com/W-Mai/icu" @@ -21,7 +21,7 @@ name = "icu" path = "src/main.rs" [dependencies] -icu_lib = { version = "0.1.7" } +icu_lib = { version = "0.1.8" } clap = { version = "4.4.18", features = ["derive", "suggestions"] } eframe = { version = "0.26.0", features = ["glow"] } egui_plot = "0.26.0" @@ -54,9 +54,9 @@ ci = ["github"] # The installers to generate for each app installers = ["shell", "powershell", "homebrew", "msi"] # A GitHub repo to push Homebrew formulas to -tap = "W-Mai/icu" +tap = "W-Mai/homebrew-icu" # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI publish-jobs = ["homebrew"] # Publish jobs to run in CI diff --git a/icu_lib/Cargo.toml b/icu_lib/Cargo.toml index 6746ba8..da0587a 100644 --- a/icu_lib/Cargo.toml +++ b/icu_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icu_lib" -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["Benign X", "W-Mai"] homepage = "https://github.com/W-Mai/icu"