From 2d30c226a9699e4e719ffa1c67198a9857a4e720 Mon Sep 17 00:00:00 2001 From: Juniper Tyree <50025784+juntyr@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:30:26 +0200 Subject: [PATCH] Pin cargo-util@0.2.16 for 1.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03f9bfa5..f4d43727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustacuda_core = { git = "https://github.com/juntyr/RustaCUDA", rev = "c6ea7cc", # crates.io third-party dependencies cargo_metadata = { version = "0.19", default-features = false } -cargo-util = { version = "0.2", default-features = false } +cargo-util = { version = "=0.2.16", default-features = false } # TODO: keep in sync with toolchain colored = { version = "3.0", default-features = false } const-type-layout = { version = "0.3.2", default-features = false } final = { version = "0.1.1", default-features = false }