From 38a82671346b3257a89a127bd28a355944ca75f3 Mon Sep 17 00:00:00 2001 From: Axel Kappel <69117984+Kl4rry@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:46:43 +0200 Subject: [PATCH] new release --- .github/workflows/release.yml | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 7 +++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bfddc5..b457f17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Rust - run: rustup update 1.76.0 --no-self-update && rustup default 1.76.0 + run: rustup update 1.81.0 --no-self-update && rustup default 1.81.0 - name: Install cargo-dist run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.0.7/cargo-dist-installer.sh | sh - id: create-release @@ -101,7 +101,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Rust - run: rustup update 1.76.0 --no-self-update && rustup default 1.76.0 + run: rustup update 1.81.0 --no-self-update && rustup default 1.81.0 - name: Install cargo about run: cargo install cargo-about - name: Install cargo-dist diff --git a/Cargo.lock b/Cargo.lock index 231608c..8691f07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3597,7 +3597,7 @@ dependencies = [ [[package]] name = "simp" -version = "3.6.1" +version = "3.7.0" dependencies = [ "arboard", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index d4fe751..b9a485e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simp" -version = "3.6.1" +version = "3.7.0" authors = ["Axel Kappel"] edition = "2021" license = "Apache-2.0" @@ -63,8 +63,7 @@ ProductName = "Simp" [profile.release] lto = "thin" -#strip = true -debug = true +strip = true panic = "abort" [profile.dev] @@ -92,7 +91,7 @@ xdg-portal = ["rfd/xdg-portal", "rfd/async-std"] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) cargo-dist-version = "0.0.7" # The preferred Rust toolchain to use in CI (rustup toolchain syntax) -rust-toolchain-version = "1.78.0" +rust-toolchain-version = "1.81.0" # CI backends to support (see 'cargo dist generate-ci') ci = ["github"] # The installers to generate for each app