CI: pin rust version to 1.79.0

Stable release 1.80.0 has a regression causing compilation errors:

  error[E0282]: type annotations needed for `Box<_>`

Pin stable version to 1.79.0, since we don't need anything later than
our MSRV anyway.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
This commit is contained in:
Manos Pitsidianakis 2024-07-28 20:24:28 +03:00
parent 97af00cd83
commit 8a74920dc7
No known key found for this signature in database
GPG key ID: 7729C7707F7E09D0
5 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ jobs:
- build: linux-amd64
arch: amd64
os: ubuntu-latest
rust: stable
rust: 1.79.0
artifact_name: 'linux-amd64'
target: x86_64-unknown-linux-gnu
steps:

View file

@ -26,7 +26,7 @@ jobs:
include:
- build: linux-amd64
os: ubuntu-latest
rust: stable
rust: 1.79.0
artifact_name: 'meli-linux-amd64'
target: x86_64-unknown-linux-gnu
steps:

View file

@ -32,7 +32,7 @@ jobs:
include:
- build: linux-amd64
os: ubuntu-latest
rust: stable
rust: 1.79.0
target: x86_64-unknown-linux-gnu
steps:
- uses: actions/checkout@v3

View file

@ -33,7 +33,7 @@ jobs:
include:
- build: linux-amd64
os: ubuntu-latest
rust: stable
rust: 1.79.0
target: x86_64-unknown-linux-gnu
steps:
- uses: actions/checkout@v3

View file

@ -32,7 +32,7 @@ jobs:
include:
- build: linux-amd64
os: ubuntu-latest
rust: stable
rust: 1.79.0
target: x86_64-unknown-linux-gnu
steps:
- uses: actions/checkout@v3