• Tell bindgen to use unstable Rust

    Bindgen changed defaults from generating unstable Rust code by default to stable
    Rust code by default, and since we require some of the unstable bits, we need to
    tell bindgen we are cool with that.
    fitzgen committed Jun 21, 2017