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

Commit

Permalink
Update tutorial to the latest bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jul 10, 2017
1 parent cec22ec commit 58eb249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,8 +1,8 @@
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
build = "build.rs"
name = "libbindgen-tutorial-bzip2-sys"
name = "bindgen-tutorial-bzip2-sys"
version = "0.1.0"

[build-dependencies]
bindgen = "0.20.0"
bindgen = "0.26.3"
1 change: 0 additions & 1 deletion build.rs
Expand Up @@ -7,7 +7,6 @@ fn main() {
println!("cargo:rustc-link-lib=bz2");

let bindings = bindgen::Builder::default()
.no_unstable_rust()
.header("wrapper.h")
.generate()
.expect("Unable to generate bindings");
Expand Down

0 comments on commit 58eb249

Please sign in to comment.