Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bindgen to make builds (even!) lighter #26

Merged
merged 1 commit into from Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/derive/Cargo.toml
Expand Up @@ -7,5 +7,5 @@ authors = ["Janonard <jan.opdenhoevel@protonmail.com>", "Adrien Prokopowicz <adr
proc-macro = true

[dependencies]
syn = "0.15.22"
quote = "0.6.10"
syn = "1.0.5"
quote = "1.0.2"
2 changes: 1 addition & 1 deletion core/sys/Cargo.toml
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
authors = ["Janonard <jan.opdenhoevel@protonmail.com>", "Adrien Prokopowicz <adrien.prokopowicz@gmail.com>"]

[build-dependencies]
bindgen = { version = "0.51.0", default-features = false }
bindgen = { version = "0.51.1", default-features = false }
2 changes: 1 addition & 1 deletion units/sys/Cargo.toml
Expand Up @@ -10,4 +10,4 @@ license = "MIT OR Apache-2.0"
[dependencies]

[build-dependencies]
bindgen = { version = "0.51.0", default-features = false }
bindgen = { version = "0.51.1", default-features = false }
4 changes: 2 additions & 2 deletions urid/derive/Cargo.toml
Expand Up @@ -8,5 +8,5 @@ edition = "2018"
proc-macro = true

[dependencies]
syn = "0.15.22"
quote = "0.6.10"
syn = "1.0.5"
quote = "1.0.2"
2 changes: 1 addition & 1 deletion urid/sys/Cargo.toml
Expand Up @@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0"
[dependencies]

[build-dependencies]
bindgen = { version = "0.51.0", default-features = false }
bindgen = { version = "0.51.1", default-features = false }