diff --git a/Cargo.toml b/Cargo.toml index e167783dc..f958b34ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/near-contract-standards/Cargo.toml b/near-contract-standards/Cargo.toml index 0a517c177..6e068bc92 100644 --- a/near-contract-standards/Cargo.toml +++ b/near-contract-standards/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "near-contract-standards" version.workspace = true +rust-version.workspace = true authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/near-sdk/Cargo.toml b/near-sdk/Cargo.toml index 7c3f18f45..69a36d947 100644 --- a/near-sdk/Cargo.toml +++ b/near-sdk/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "near-sdk" version.workspace = true +rust-version.workspace = true authors = ["Near Inc "] edition = "2021" license = "MIT OR Apache-2.0"