Skip to content

Commit

Permalink
Update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Apr 15, 2024
1 parent 953075b commit b5854a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_22_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.65
toolchain: 1.70
default: true
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ possible use cases.

Get Rust and its dependencies, probably the easiest is with [rustup](https://rustup.rs/).

Then build isla and friends, currently tested with (stable) Rust 1.65:
Then build isla and friends, currently tested with (stable) Rust 1.70:
```
cargo build --release
```
Expand Down

0 comments on commit b5854a7

Please sign in to comment.