Skip to content

Commit

Permalink
Merge pull request #1409 from dtolnay/builddep
Browse files Browse the repository at this point in the history
Move cxxbridge-cmd from dependencies to build-dependencies
  • Loading branch information
dtolnay authored Dec 1, 2024
2 parents 6362aac + 58cd415 commit 9272381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9272381

Please sign in to comment.