Skip to content

Commit

Permalink
Update the Rust versions to require/test against
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Aug 14, 2024
1 parent 21ac994 commit 2df71ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.70"
toolchain: "1.78"
- uses: actions/cache@v4
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Since Inko requires a 64-bits platform, so does ivm.

## Requirements

* Rust 1.68 or newer
* Rust 1.78 or newer

## Installation

Expand Down

0 comments on commit 2df71ca

Please sign in to comment.