Closed punkeel closed 2 years ago
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.
Fix the signature for is_valid, following what was done in the official libraries. See https://github.com/djc/bb8/commit/eb5c1a9fd7c93bc60422955190a5bb59e5e037a8
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