Skip to content

Commit

Permalink
chore: bump rust version used to 1.81.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp authored Dec 1, 2024
1 parent f8a47e8 commit c817161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-fuel-core-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
REGISTRY: ghcr.io
RUST_VERSION: 1.79.0
RUST_VERSION: 1.81.0

jobs:
prepare-release:
Expand Down Expand Up @@ -176,4 +176,4 @@ jobs:
with:
files:
${{ env.ZIP_FILE_NAME }}
tag_name: ${{ inputs.release_name }}
tag_name: ${{ inputs.release_name }}

0 comments on commit c817161

Please sign in to comment.