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]