Skip to content

Commit e4420b6

Browse files
author
bors-servo
authored
Auto merge of #441 - servo:dedup, r=emilio
Update quasi_codegen to 0.29 This avoids compiling two versions of some crates, which hopefully fixes tidy errors for servo/servo#15216.
2 parents 146df32 + 783ac6e commit e4420b6

File tree

2 files changed

+17
-71
lines changed

2 files changed

+17
-71
lines changed

Cargo.lock

Lines changed: 15 additions & 69 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)