Skip to content

Commit 3b687f8

Browse files
committed
consolidate versions in one place
1 parent 4db3300 commit 3b687f8

File tree

8 files changed

+225
-52
lines changed

8 files changed

+225
-52
lines changed

Cargo.lock

Lines changed: 168 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,33 @@ default-members = [
1414
"bindgen-tests",
1515
]
1616

17-
# Dependencies shared between crates
17+
# All dependency version management is centralized here
1818
[workspace.dependencies]
19-
proc-macro2 = { version = "1", default-features = false }
19+
annotate-snippets = "0.11.4"
20+
bindgen = { path = "./bindgen", default-features = false }
21+
bitflags = "2.2.1"
22+
block = "0.1"
23+
cc = "1.0"
24+
cexpr = "0.6"
25+
clang-sys = "1"
26+
clap = "4"
27+
clap_complete = "4"
28+
env_logger = "0.10.0"
29+
itertools = { version = ">=0.10,<0.14", default-features = false }
30+
libloading = "0.7"
31+
log = "0.4"
32+
objc = "0.2"
33+
owo-colors = "3.5.0"
34+
prettyplease = "0.2.7"
35+
proc-macro2 = "1"
36+
quickcheck = "1.0"
37+
quote = { version = "1", default-features = false }
38+
regex = { version = "1.5.3", default-features = false }
39+
rustc-hash = "1.0.1"
2040
shlex = "1"
41+
similar = "2.2.1"
2142
syn = "2.0"
43+
tempfile = "3"
2244

2345
# Config for 'cargo dist'
2446
[workspace.metadata.dist]

0 commit comments

Comments
 (0)