From b84a49fdbdbb01a18e952d329cbfb1ad349c7f07 Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Fri, 26 Jul 2024 04:21:45 -0700 Subject: [PATCH] build: Update rust toolchain version (#4790) Co-authored-by: github-actions[bot] --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0c1b21cdfe11..a81411c45960 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] # Generally run 1 behind latest -channel = "1.78.0" +channel = "1.79.0" components = ["rustfmt", "clippy"] # We want two targets: wasm32, and the default target for the platform, which we # don't list here. (i.e. we use each platform to test each platform)