Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Feb 18, 2024
1 parent 8340cde commit b6ae5b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simp"
version = "3.5.0"
version = "3.5.1"
authors = ["Axel Kappel"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit b6ae5b9

Please sign in to comment.