diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1de01fa45c..2e2b8c8521 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.81.0" +channel = "1.82.0" diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index c96cf57e8e..5eeb748d14 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -2,7 +2,7 @@ name = "stellar-core" version = "0.1.0" edition = "2021" -rust-version = "1.81.0" +rust-version = "1.82.0" publish = false [lib]