From 918cee89106a078a363247235342381acad61107 Mon Sep 17 00:00:00 2001 From: Kyle Lacy Date: Thu, 26 Sep 2024 01:17:13 -0700 Subject: [PATCH] Update Rust toolchain to v1.81 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ff6c11e..b05d2a3 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.80" +channel = "1.81" profile = "default" targets = ["x86_64-unknown-linux-musl"]