Skip to content

Commit

Permalink
Test with rust 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 2, 2024
1 parent 6f4e9e8 commit 4175420
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:

env:
RUST_VERSION: 1.81.0
RUST_VERSION: 1.83.0

jobs:
pre-commit:
Expand Down
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.81.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.81.0
RUST_LATEST_VERSION: 1.83.0

jobs:
unit_test:
Expand All @@ -34,14 +34,14 @@ jobs:
rust:
# Oldest supported version of rust
- 1.77.2
- 1.81.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.81.0
rust: 1.83.0
mode: release

steps:
Expand Down
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ci:
# rust does not work on pre-commit.ci
skip: [fmt, check, clippy]

default_language_version:
rust: 1.81.0

repos:
- repo: https://github.com/backplane/pre-commit-rust-hooks
rev: v1.1.0
Expand Down

0 comments on commit 4175420

Please sign in to comment.