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