Skip to content

Commit

Permalink
Disallow incompatible cxxbridge-cmd version appearing in the same loc…
Browse files Browse the repository at this point in the history
…kfile
  • Loading branch information
dtolnay committed Dec 1, 2024
1 parent 0d8ed21 commit 689bbd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ cxx-test-suite = { version = "0", path = "tests/ffi" }
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]
cxxbridge-cmd = { version = "=1.0.131", path = "gen/cmd" }

[lib]
doc-scrape-examples = false

Expand Down

0 comments on commit 689bbd1

Please sign in to comment.