From 65b4e89b382e0b764caa145bc2d9c16751d878a5 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Mon, 9 Sep 2024 08:56:47 -0400 Subject: [PATCH] Test with Rust 1.81.0. --- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 6 +++--- .ignore | 2 ++ .pre-commit-config.yaml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 43b4574..4a91156 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -13,7 +13,7 @@ on: workflow_dispatch: env: - RUST_VERSION: 1.80.0 + RUST_VERSION: 1.81.0 jobs: pre-commit: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4776f6..197a470 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.80.0 + RUST_VERSION: 1.81.0 jobs: source: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 32551b7..e0c6b2c 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.80.0 + RUST_LATEST_VERSION: 1.81.0 jobs: unit_test: @@ -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: diff --git a/.ignore b/.ignore index a22813c..fa4ba34 100644 --- a/.ignore +++ b/.ignore @@ -1,2 +1,4 @@ !/workflow.toml !/.ignore +!/*.yaml +!/.github diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a48299f..3bc7f6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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