dqminh / bb8-memcached

MIT License
4 stars 10 forks source link

Update bb8 & memcache-async #10

Closed punkeel closed 2 years ago

punkeel commented 2 years ago

Update memcache-async to 0.6.4

memcache-async broke backwards compatibility by changing the signature of the 'get' method (accepting a [u8] instead of a Display). Bump the dependency to accept memcache-async >= 0.6.4, to prevent breakage when using an older version.

Update to bb8 0.8.0

Fix the signature for is_valid, following what was done in the official libraries. See https://github.com/djc/bb8/commit/eb5c1a9fd7c93bc60422955190a5bb59e5e037a8