Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Sep 8, 2024
1 parent cf5b7ad commit 38a8267
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.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
Expand Down Expand Up @@ -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
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.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simp"
version = "3.6.1"
version = "3.7.0"
authors = ["Axel Kappel"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -63,8 +63,7 @@ ProductName = "Simp"

[profile.release]
lto = "thin"
#strip = true
debug = true
strip = true
panic = "abort"

[profile.dev]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 38a8267

Please sign in to comment.