kevinmehall / rust-soapysdr

Rust bindings for SoapySDR, the vendor-neutral software defined radio hardware abstraction layer
Apache License 2.0
75 stars 22 forks source link

Update Dependencies #25

Closed bastibl closed 1 year ago

bastibl commented 1 year ago

Thanks for your work on the crate! Recently Cargo started to warn about future incompatibilities because of outdated dependencies (in particular bindgen in -sys). Would you mind updating them and releasing a new version or do you accept PRs?

kevinmehall commented 1 year ago

Released soapysdr-sys 0.7.4 with the bindgen dependency updated to 0.64. This seemed to be the only dependency with a semver-incompable newer version available, but if you see anything else, a PR would be great.

bastibl commented 1 year ago

Perfect, thanks!