Skip to content

Commit

Permalink
Test with Rust 1.81.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Sep 9, 2024
1 parent 2fb981c commit 65b4e89
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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.80.0
RUST_VERSION: 1.81.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.80.0
RUST_VERSION: 1.81.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.80.0
RUST_LATEST_VERSION: 1.81.0

jobs:
unit_test:
Expand All @@ -34,14 +34,14 @@ jobs:
rust:
# Oldest supported version of rust
- 1.77.2
- 1.80.0
- 1.81.0
mode:
- debug

include:
# Add a release build on linux with the latest version of rust
- os: ubuntu-22.04
rust: 1.80.0
rust: 1.81.0
mode: release

steps:
Expand Down
2 changes: 2 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
!/workflow.toml
!/.ignore
!/*.yaml
!/.github
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:
skip: [fmt, check, clippy]

default_language_version:
rust: 1.80.0
rust: 1.81.0

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

0 comments on commit 65b4e89

Please sign in to comment.