From a3ce2c1154f3778228e823d31973fd7eea8d11af Mon Sep 17 00:00:00 2001 From: FroVolod Date: Sat, 30 Sep 2023 12:29:01 +0300 Subject: [PATCH] updated: rust-version = "1.70.0" --- cargo-near/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml index dd609769..2c5686a4 100644 --- a/cargo-near/Cargo.toml +++ b/cargo-near/Cargo.toml @@ -3,7 +3,7 @@ name = "cargo-near" version = "0.3.1" authors = ["Near Inc "] edition = "2021" -rust-version = "1.60.0" +rust-version = "1.70.0" description = "Cargo extension for building Rust smart contracts on NEAR" readme = "README.md" repository = "https://github.com/near/cargo-near"