Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
chore(rustc): bump minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Sep 4, 2022
1 parent 03f15cf commit 1a2ad5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
rust:
- stable
- 1.51.0
- 1.58
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A server application to run tox bootstrap node.

## Building and running

You'll need [Rust] >= 1.51.0.
You'll need [Rust] >= 1.58.

Build with:

Expand Down

0 comments on commit 1a2ad5b

Please sign in to comment.