Skip to content

Commit

Permalink
Merge pull request #22 from subalterngames/rust_1.74.0
Browse files Browse the repository at this point in the history
upgraded to Rust 1.74.0
  • Loading branch information
subalterngames authored Dec 7, 2023
2 parents e02b425 + f6836f2 commit 1b36f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.71.0
toolchain: 1.74.0
- name: cargo build
run: cargo build --release --features ${{ matrix.feature }}
- name: Create release directory
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.71.0
toolchain: 1.74.0
- name: Install cargo bundle
run: cargo install cargo-bundle
- name: cargo build
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.71.0
toolchain: 1.74.0
- name: cargo build
run: cargo build --release
- name: Download butler
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## How to compile

I compile Cacophony with Rust 1.71.0 for Linux, MacOS, or Windows. Below is a list of operating systems I've tested:
I compile Cacophony with Rust 1.74.0 for Linux, MacOS, or Windows. Below is a list of operating systems I've tested:

Linux:

Expand Down

0 comments on commit 1b36f90

Please sign in to comment.