diff --git a/Cargo.lock b/Cargo.lock index 70c5a35..166d5ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 78bc458..43a8d85 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] -channel = "1.77.0" -components = [ "rustfmt" ] +channel = "1.83.0" +components = ["rustfmt"] profile = "default" # Details on supported fields: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file