Skip to content

Commit 96384e2

Browse files
committed
Update quasi_codegen to 0.29
This avoids compiling two versions of some crates.
1 parent 146df32 commit 96384e2

File tree

2 files changed

+16
-70
lines changed

2 files changed

+16
-70
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "bindgen"
1313
readme = "README.md"
1414
repository = "https://github.com/servo/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
16-
version = "0.20.1"
16+
version = "0.20.2"
1717
build = "build.rs"
1818

1919
[badges]
@@ -32,7 +32,7 @@ clap = "2"
3232
shlex = "0.1"
3333

3434
[build-dependencies]
35-
quasi_codegen = "0.26"
35+
quasi_codegen = "0.29"
3636

3737
[dependencies]
3838
cexpr = "0.2"

0 commit comments

Comments
 (0)