-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Cargo.toml and GitHub workflow
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|