Skip to content

Commit

Permalink
chore(rustc): bump minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Jan 2, 2021
1 parent 0b0b905 commit 4b97aee
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.42.0
- 1.44.0
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 @@ -30,7 +30,7 @@ issue / pull request should be filled on the reference repository.
[CONTRIBUTING.md](/CONTRIBUTING.md).

## Building
Fairly simple. First, install [Rust] >= 1.42.0 and a C compiler ([Build Tools
Fairly simple. First, install [Rust] >= 1.44.0 and a C compiler ([Build Tools
for Visual Studio][VSBuild] on Windows, GCC or Clang on other platforms).

Then you can build the debug version with
Expand Down

0 comments on commit 4b97aee

Please sign in to comment.