Skip to content

Commit

Permalink
chore: add rust-version
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Feb 26, 2025
1 parent 746e428 commit 318fe9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exclude = ["examples/"]

[workspace.package]
version = "5.8.1"
rust-version = "1.82.0"

# Special triple # comment for ci.
[patch.crates-io]
Expand Down
1 change: 1 addition & 0 deletions near-contract-standards/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "near-contract-standards"
version.workspace = true
rust-version.workspace = true
authors = ["Near Inc <hello@near.org>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions near-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "near-sdk"
version.workspace = true
rust-version.workspace = true
authors = ["Near Inc <max@nearprotocol.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 318fe9b

Please sign in to comment.