Skip to content

Commit

Permalink
Update Cargo.toml and GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Jan 22, 2024
1 parent ee1b8da commit 17d404e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69.0 # MSRV

- uses: Swatinem/rust-cache@v1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69.0 # MSRV
components: rustfmt, clippy

- uses: Swatinem/rust-cache@v1
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ version = "0.15.0"
version = "0.2.0"
edition = "2021"
authors = ["Aurora Labs <[email protected]>"]
# An update of the MSRV requires updating:
# - `rust-toolchain` files in `near-plugins-derive/tests/contracts/**`
# - the toolchain installed in CI via the `toolchain` parameter of `actions-rs/toolchain@v1`
rust-version = "1.69.0"
description = "Ergonomic plugin system to extend NEAR contracts."
license = "CC0-1.0"
Expand Down

0 comments on commit 17d404e

Please sign in to comment.