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

Commit 1a2ad5b

Browse files
committed
chore(rustc): bump minimum version
1 parent 03f15cf commit 1a2ad5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
rust:
1616
- stable
17-
- 1.51.0
17+
- 1.58
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions-rs/toolchain@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A server application to run tox bootstrap node.
44

55
## Building and running
66

7-
You'll need [Rust] >= 1.51.0.
7+
You'll need [Rust] >= 1.58.
88

99
Build with:
1010

0 commit comments

Comments
 (0)