From 58cd415524112457c238aefe5907917116bd136e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 1 Dec 2024 11:14:30 -0800 Subject: [PATCH] Move cxxbridge-cmd from dependencies to build-dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af205c20c..486aa6ecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rustversion = "1.0.13" trybuild = { version = "1.0.81", features = ["diff"] } # Disallow incompatible cxxbridge-cmd version appearing in the same lockfile. -[target.'cfg(any())'.dependencies] +[target.'cfg(any())'.build-dependencies] cxxbridge-cmd = { version = "=1.0.132", path = "gen/cmd" } [lib]