Releases: spk/rust-sidekiq
Releases · spk/rust-sidekiq
0.12.0
0.10.0
v0.9.0
0.9.0 / 2021-01-06
- Merge pull request #12 from @liaden / patch-1
- Make ClientError public
- Cargo.toml: Rust 2018
- Cargo.toml: Makefile => Justfile
- Switch Makefile to Justfile
- Update README [ci skip]
- Implement std::error::Error for ClientError
- Remove deprecated Error::description and Error::cause
- Update r2d2_redis to 0.13
- Rust edition 2018 fix
- Fix bench for simple push
- Use of deprecated item 'try': use the '?' operator instead