Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chroxify committed Jul 30, 2024
1 parent b6087ab commit 9ce5083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.64.0
toolchain: 1.67.0

- name: add Rust targets
run: rustup target add ${{ matrix.rust_targets }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.64.0
toolchain: 1.67.0

- name: add Rust targets
run: rustup target add ${{ matrix.rust_targets }}
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = ""
repository = ""
default-run = "app"
edition = "2021"
rust-version = "1.64"
rust-version = "1.67"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 9ce5083

Please sign in to comment.