diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5b60f19..1617cb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ env: name: row CARGO_TERM_COLOR: always CLICOLOR: 1 - RUST_VERSION: 1.84.0 + RUST_VERSION: 1.83.0 jobs: source: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c6484b3..82277b9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ env: CARGO_TERM_COLOR: always ROW_COLOR: always CLICOLOR: 1 - RUST_LATEST_VERSION: 1.84.0 + RUST_LATEST_VERSION: 1.83.0 jobs: unit_test: @@ -34,14 +34,14 @@ jobs: rust: # Oldest supported version of rust - 1.81.0 - - 1.84.0 + - 1.83.0 mode: - debug include: # Add a release build on linux with the latest version of rust - os: ubuntu-22.04 - rust: 1.84.0 + rust: 1.83.0 mode: release steps: