aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-05-20 11:24:39 +0200
committerRobin Krahl <robin.krahl@ireas.org>2018-05-20 11:25:08 +0200
commit85ce1e4d5090caec42293d4b1746bc815095c8a2 (patch)
tree26cc74e95cafdc02f1c94b3f87e440ef80fa4229
parent92022295305dfb6b61369f5a6786fae0492f54cc (diff)
downloadnitrokey-sys-rs-85ce1e4d5090caec42293d4b1746bc815095c8a2.tar.gz
nitrokey-sys-rs-85ce1e4d5090caec42293d4b1746bc815095c8a2.tar.bz2
Update bindgen dependency to v0.37.0
The main reason for this update is the build time improvement due to the syntex replacement in version 0.31.0.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index acfc511..68739b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,4 +15,4 @@ readme = "README.md"
libc = "0.2"
[build-dependencies]
-bindgen = "0.26.3"
+bindgen = "0.37.0"