diff --git a/Cargo.toml b/Cargo.toml index 0786a4bc..96007b92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.24.9" 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 3dec8307..f6648e32 100644 --- a/definitions/Cargo.toml +++ b/definitions/Cargo.toml @@ -5,7 +5,7 @@ version = "0.24.9" 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