Skip to content

v0.8.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@thomastaylor312 thomastaylor312 released this 29 Sep 20:05
· 98 commits to main since this release
v0.8.1

This is the 0.8.1 patch release for Bindle. It contains 1 small bug fix that only affects the Rust crate. The bindle CLI client and bindle-server binaries are not affected. This addresses an issue where in some cases, upgraded dependencies (when someone ran a cargo update) caused a missing feature flag for the tokio-util crate. This led to the bindle crate not compiling.

NOTE: This fix is only needed for 0.8. The forthcoming 0.9 release is not affected due to us using the latest dependencies here

Installing

You can download the prebuilt binaries for the Bindle CLI client and the Bindle server from the following links:

Once downloaded, you can follow the installation and getting started instructions

Using as a crate

Besides the pre-compiled binaries, we also publish a fully featured crate (that the binaries also use). You can find docs here.

Caveats

Please note that this is NOT production-ready software, but it is in a usable/consumable state. Because this is pre-1.0 software, we make no guarantees about spec, Rust API, or CLI compatibility. However, we will do our best to call out every breaking change in future release notes. Once we hit 1.0, backwards compatibility guarantees will be in effect.

Changelog

  • fix(cargo): Updates dependency tree to avoid a compile error on tokio_util ab5671e (Taylor Thomas)