From 318fe9b73316d7d266cdf718a7e8b75beef95127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Wed, 26 Feb 2025 19:55:28 +0200 Subject: [PATCH] chore: add `rust-version` --- Cargo.toml | 1 + near-contract-standards/Cargo.toml | 1 + near-sdk/Cargo.toml | 1 + 3 files changed, 3 insertions(+) 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"