Skip to content

Commit

Permalink
bump min rust version (#413)
Browse files Browse the repository at this point in the history
* bump min rust version

* bump min rust version in pull-request.yaml
  • Loading branch information
martintc committed Mar 27, 2024
1 parent 12102d8 commit a2286eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "main"

env:
MIN_SUPPORTED_RUST_VERSION: "1.70.0"
MIN_SUPPORTED_RUST_VERSION: "1.77.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
CARGO_TERM_COLOR: always
#Fix these up soon
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
target: ${{ matrix.platform.target }}
toolchain: stable
args: "--release"

- name: Rename Binary
if: matrix.platform.target != 'x86_64-pc-windows-msvc'
shell: bash
Expand Down Expand Up @@ -201,4 +201,4 @@ jobs:
generate_release_notes: false
fail_on_unmatched_files: true
files: |
target/x86_64-unknown-linux-musl/release/comtrya-x86_64-unknown-linux-musl
target/x86_64-unknown-linux-musl/release/comtrya-x86_64-unknown-linux-musl
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pull-request

env:
MIN_SUPPORTED_RUST_VERSION: "1.76.0"
MIN_SUPPORTED_RUST_VERSION: "1.77.0"

on:
pull_request:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
reporter: "github-pr-review"
github_token: ${{ secrets.GITHUB_TOKEN }}
clippy_flags: --all-features --all-targets

Expand Down

0 comments on commit a2286eb

Please sign in to comment.