From eba0ab6865db5c24448809e3c09fffd276165a06 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Thu, 12 Dec 2024 10:46:19 -0700 Subject: [PATCH] update to Rust 1.83 --- Cargo.lock | 2 +- rust-toolchain.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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