File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 os : [ubuntu-latest, macos-latest, windows-latest]
1515 rust :
1616 - stable
17- - 1.60
17+ - 1.61
1818 steps :
1919 - uses : actions/checkout@v2
2020 - uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ issue / pull request should be filled on the reference repository.
3030[ CONTRIBUTING.md] ( /CONTRIBUTING.md ) .
3131
3232## Building
33- Fairly simple. First, install [ Rust] >= 1.60 and a C compiler ([ Build Tools
33+ Fairly simple. First, install [ Rust] >= 1.61 and a C compiler ([ Build Tools
3434for Visual Studio] [ VSBuild ] on Windows, GCC or Clang on other platforms).
3535
3636Then you can build the debug version with
Original file line number Diff line number Diff 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.60 .
7+ You'll need [ Rust] >= 1.61 .
88
99Build with:
1010
You can’t perform that action at this time.
0 commit comments