ihrwein / backoff

Exponential backoff and retry for Rust.
https://github.com/ihrwein/backoff
Apache License 2.0
306 stars 37 forks source link

Update to rand 0.8, remove stdweb feature #26

Closed coolreader18 closed 3 years ago

coolreader18 commented 3 years ago

It seems that rand 0.8 no longer supports stdweb, but stdweb (but not cargo web) is compatible with wasm-bindgen, so this may not be too much of an issue.

ihrwein commented 3 years ago

@coolreader18 thanks again for the contribution!

I was reluctant to drop support of stdweb but it looks like it was abandoned: https://github.com/RustSec/advisory-db/blob/master/crates/stdweb/RUSTSEC-2020-0056.md https://github.com/rust-random/getrandom/issues/175

I'll add a breaking changes part to this crate's readme which will list the feature flag changes too.