From 526faec1353503efe21109af0e2ea8fe5bbef747 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:31:03 +0000 Subject: [PATCH] Update Rust crate cargo-hack to 0.6.0 --- .devcontainer/build-context/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/build-context/Cargo.toml b/.devcontainer/build-context/Cargo.toml index c0119ac..aaaa9a2 100644 --- a/.devcontainer/build-context/Cargo.toml +++ b/.devcontainer/build-context/Cargo.toml @@ -3,7 +3,7 @@ bacon = "1.2.4" cargo-asm = "0.1.16" cargo-edit = "0.8.0" cargo-expand = "1.0.10" -cargo-hack = "0.5.8" +cargo-hack = "0.6.0" cargo-tree = "0.29.0" just = "0.10.4" rustfilt = "0.2.1"