Skip to content

v0.9.0

Compare
Choose a tag to compare
@spk spk released this 06 Jan 20:20
· 40 commits to master since this release
v0.9.0
a6dc328

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