nlopes / libhoney-rust

Rust library for sending data to Honeycomb
MIT License
23 stars 16 forks source link

Please bump version number on crates.io #80

Open msdrigg opened 2 years ago

msdrigg commented 2 years ago

Latest version released is 0.1.6, but this version change is still stuck at reqwest 0.10.10 which itself is stick at tokio 0.2 which is incompatible with current tokio versions.

This repo's Cargo.toml has been updated to newer reqwest, but the version on crates.io does not reflect this.