Skip to content

Commit

Permalink
Bump MSRV to 1.70.0
Browse files Browse the repository at this point in the history
Because of the wasmtime MSRV bump
  • Loading branch information
sandhose committed Sep 20, 2023
1 parent 19a232f commit e21b81b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install 1.66.0 # MSRV
rustup default 1.66.0 # MSRV
rustup toolchain install 1.70.0 # MSRV
rustup default 1.70.0 # MSRV
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "opa-wasm"
version = "0.1.0"
rust-version = "1.66"
rust-version = "1.70"
authors = ["Quentin Gliech <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit e21b81b

Please sign in to comment.