We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892a274 commit f81f0eaCopy full SHA for f81f0ea
.github/workflows/rust.yml
@@ -14,7 +14,7 @@ jobs:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
rust:
16
- stable
17
- - 1.57
+ - 1.58
18
steps:
19
- uses: actions/checkout@v2
20
- uses: actions-rs/toolchain@v1
README.md
@@ -30,7 +30,7 @@ issue / pull request should be filled on the reference repository.
30
[CONTRIBUTING.md](/CONTRIBUTING.md).
31
32
## Building
33
-Fairly simple. First, install [Rust] >= 1.57 and a C compiler ([Build Tools
+Fairly simple. First, install [Rust] >= 1.58 and a C compiler ([Build Tools
34
for Visual Studio][VSBuild] on Windows, GCC or Clang on other platforms).
35
36
Then you can build the debug version with
0 commit comments