Skip to content

Commit

Permalink
1.84.0 is not yet available.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jan 7, 2025
1 parent 171d5e0 commit bab70dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit bab70dd

Please sign in to comment.