From fc2bc6679dcdf76b08f5f7470c6db0055740ac12 Mon Sep 17 00:00:00 2001 From: Mohanson Date: Thu, 7 Mar 2024 14:52:17 +0800 Subject: [PATCH] Upgrade rust-toolchain to 1.75.0 (#409) --- Cargo.toml | 2 +- definitions/Cargo.toml | 2 +- rust-toolchain | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b86999e..f1eea408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.24.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" -rust-version = "1.71.1" +rust-version = "1.75.0" build = "build.rs" exclude = ["/benches", "/tests"] homepage = "https://github.com/nervosnetwork/ckb-vm" diff --git a/definitions/Cargo.toml b/definitions/Cargo.toml index ed6c7200..df8ca6cf 100644 --- a/definitions/Cargo.toml +++ b/definitions/Cargo.toml @@ -5,7 +5,7 @@ version = "0.24.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" -rust-version = "1.71.1" +rust-version = "1.75.0" autobins = false homepage = "https://github.com/nervosnetwork/ckb-vm" repository = "https://github.com/nervosnetwork/ckb-vm" diff --git a/rust-toolchain b/rust-toolchain index 68bc7ff2..7c7053aa 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.71.1 +1.75.0