Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Auto merge of #95 - servo:bindgen, r=emilio
Browse files Browse the repository at this point in the history
Update rust-bindgen to 0.51

… to deduplicate with servo/mozjs#201
  • Loading branch information
bors-servo committed Sep 24, 2019
2 parents b9e0f20 + 0de5867 commit da78144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-webvr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust-webvr"
version = "0.16.0"
version = "0.16.1"
authors = ["The Servo Project Developers"]

homepage = "https://github.com/servo/rust-webvr"
Expand Down Expand Up @@ -44,4 +44,4 @@ libloading = { version = "0.5", optional = true, default-features = false }

[build-dependencies]
gl_generator = "0.13"
bindgen = "0.49.0"
bindgen = "0.51"

0 comments on commit da78144

Please sign in to comment.