From e162a5269909648ad707462d90715ea0dce60f18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 11:21:08 +0100 Subject: [PATCH] chore(deps): update dependency rust to v1.78.0 (#4861) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f5ddb7b288bb..fd5803cb5fba 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.77.0" +channel = "1.78.0" components = ["clippy", "rustfmt", "rust-src"] targets = [ # WASM target for serverless and edge environments.