Skip to content

Commit

Permalink
cargo: pin versions
Browse files Browse the repository at this point in the history
Change-Id: I2fd3831db3be40430dd67443db7d94bbf4caeb02
  • Loading branch information
ahayzen-kdab committed Dec 3, 2021
1 parent 42e7f27 commit d687aec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cxx-qt-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description = "Helpers for integrating `cxx-qt` crate into a Cargo build"
repository = "https://github.com/KDAB/cxx-qt/"

[dependencies]
clang-format = { path = "../clang-format" }
clang-format = { path = "../clang-format", version = "0.1" }
cxx-gen = "0.7"
cxx-qt-gen = { path = "../cxx-qt-gen" }
cxx-qt-gen = { path = "../cxx-qt-gen", version = "0.1" }
proc-macro2 = "1.0"
syn = { version = "1.0", features = ["extra-traits", "full", "parsing"] }
quote = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion cxx-qt-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Code generation for integrating `cxx-qt` into higher level tools"
repository = "https://github.com/KDAB/cxx-qt/"

[dependencies]
clang-format = { path = "../clang-format" }
clang-format = { path = "../clang-format", version = "0.1" }
convert_case = "0.4"
derivative = "2.2"
indoc = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion cxx-qt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ readme = "README.md"
proc-macro = true

[dependencies]
cxx-qt-gen = { path = "../cxx-qt-gen" }
cxx-qt-gen = { path = "../cxx-qt-gen", version = "0.1" }
proc-macro2 = "1.0"
syn = { version = "1.0", features = ["extra-traits", "full"] }

0 comments on commit d687aec

Please sign in to comment.