Skip to content

Commit

Permalink
Update min supported rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Feb 15, 2023
1 parent 2ba5045 commit 4ef1929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: ["1.59", "stable"]
rust: ["1.59.0", "stable"]
steps:
- uses: hecrj/setup-rust-action@967aec96c6a27a0ce15c1dac3aaba332d60565e2
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
rust: ["1.59", "stable"]
rust: ["1.59.0", "stable"]
steps:
- uses: actions/checkout@v1
- uses: hecrj/setup-rust-action@967aec96c6a27a0ce15c1dac3aaba332d60565e2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ you may rely on the previously cited libraries to achieve such features.

## Rust version requirements

Since version 0.17.0, `tui` requires **rustc version 1.56.1 or greater**.
Since version 0.17.0, `tui` requires **rustc version 1.59.0 or greater**.

# Documentation

Expand Down

0 comments on commit 4ef1929

Please sign in to comment.