jedisct1 / rust-libhydrogen

Libhydrogen bindings for Rust.
16 stars 3 forks source link

cargo test fails #4

Closed chiefbiiko closed 4 years ago

chiefbiiko commented 4 years ago

using rustc 1.41.1 (f3e1a954d 2020-02-24)

results in 24x error[E0308]: mismatched types ... expected u64, found usize

jedisct1 commented 4 years ago

Hi,

This is likely to be due to the cbindgen dependency being too old.

I've pushed a new version that forces usage of a recent bindgen. Give it a try!

chiefbiiko commented 4 years ago

cool, thanks for the quick fix!