storj-thirdparty / uplink-rust

Rust bindings for libuplink
25 stars 4 forks source link

uplink / uplink-sys: Update uplink and uplink-sys to the latest version uplink-c #68

Closed ifraixedes closed 1 year ago

ifraixedes commented 1 year ago

This PR bumps the uplink-c for the uplink-sys crate and after the uplink-sys for the uplink crate to the last published versions and makes the necessary adjustments with the new version and functionalities.

There are also some minimal changes not related to the goal of the PR, but they are in different commits with their own proper description.

Uplink-sys is already published in crates.io, otherwise, the CI doesn't pass. After this gets merged, I'll tag the repository with the version of the uplink and publish the new version in crates.io.

Closes #49