From 385ee9073fc786096003d9af37aad473b9ffc883 Mon Sep 17 00:00:00 2001 From: Josh Rotenberg Date: Fri, 20 Mar 2026 11:43:32 -0700 Subject: [PATCH] docs(readme): update install version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beac795..cbf5541 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ A comprehensive Rust client library for the Redis Cloud REST API, with Python bi ```toml [dependencies] -redis-cloud = "0.8" +redis-cloud = "0.9.5" # Optional: Enable Tower service integration -redis-cloud = { version = "0.8", features = ["tower-integration"] } +redis-cloud = { version = "0.9.5", features = ["tower-integration"] } ``` ## Quick Start