Skip to content

Commit

Permalink
Merge branch 'dev' into big_numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Nov 7, 2023
2 parents e5cabf4 + da6cdc3 commit 0edc449
Show file tree
Hide file tree
Showing 12 changed files with 269 additions and 326 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dmg-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70.0
toolchain: 1.73.0
override: true
- run: cargo build --release -F production_mode
- run: bash build_linux_installer.sh uplink ${{ github.ref_name }} amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
target: x86_64-pc-windows-msvc
override: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy
- run: cargo clippy --no-deps -- -D warnings
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-test-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Rust 💿
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install Rust 💿
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down
Loading

0 comments on commit 0edc449

Please sign in to comment.