Skip to content

Commit

Permalink
Minimum rust version is 1.63 (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jul 21, 2024
1 parent 78355a0 commit d5ea7af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [stable, '1.36']
toolchain: [stable, '1.63']
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: -D warnings
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A terminal formatting library
"""
categories = ["command-line-interface"]
edition = "2018"
rust-version = "1.63"

[badges]
circle-ci = { repository = "Stebalien/term" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Rust library for terminfo parsing and terminal colors.

## MSRV

1.36 - the minimum version testable on circleci.
1.63

## Usage

Expand Down

0 comments on commit d5ea7af

Please sign in to comment.