From b6ae5b94b6c38086b74d55c341a519c41996f96a Mon Sep 17 00:00:00 2001 From: Axel Kappel <69117984+Kl4rry@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:58:38 +0100 Subject: [PATCH] new release --- .github/workflows/release.yml | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc70664..4989c5a 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.72.0 --no-self-update && rustup default 1.72.0 + run: rustup update 1.76.0 --no-self-update && rustup default 1.76.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.72.0 --no-self-update && rustup default 1.72.0 + run: rustup update 1.76.0 --no-self-update && rustup default 1.76.0 - name: Install cargo about run: cargo install cargo-about - name: Install cargo-dist diff --git a/Cargo.lock b/Cargo.lock index a280136..317f7a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3089,7 +3089,7 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" [[package]] name = "simp" -version = "3.5.0" +version = "3.5.1" dependencies = [ "arboard", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index d45c7e7..9851d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simp" -version = "3.5.0" +version = "3.5.1" authors = ["Axel Kappel"] edition = "2021" license = "Apache-2.0"