Skip to content

Commit

Permalink
Test with Rust 1.84.0
Browse files Browse the repository at this point in the history
Also set the minimum supported Rust to 1.81.0.
  • Loading branch information
joaander committed Jan 7, 2025
1 parent 4550fd0 commit 171d5e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.83.0
RUST_VERSION: 1.84.0

jobs:
source:
Expand Down
8 changes: 4 additions & 4 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.83.0
RUST_LATEST_VERSION: 1.84.0

jobs:
unit_test:
Expand All @@ -33,15 +33,15 @@ jobs:
- macos-14
rust:
# Oldest supported version of rust
- 1.77.2
- 1.83.0
- 1.81.0
- 1.84.0
mode:
- debug

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "row"
version = "0.4.0"
edition = "2021"
rust-version = "1.77"
rust-version = "1.81"
description = "Row is a command line tool that helps you manage workflows on HPC resources."
homepage = "https://glotzerlab.engin.umich.edu"
documentation = "https://row.readthedocs.io"
Expand Down

0 comments on commit 171d5e0

Please sign in to comment.