From bbe3ce8a427437b73125c82f05649437b378529d Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 5 Jan 2025 02:43:05 -0500 Subject: [PATCH] Proactively update README.md for 0.15.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a270f6..9f303ba 100644 --- a/README.md +++ b/README.md @@ -14,25 +14,25 @@ This library is relatively young, breaking API changes are possible. ### Blocking Client ```toml -rabbitmq_http_client = { version = "0.14.0", features = ["core", "blocking"] } +rabbitmq_http_client = { version = "0.15.0", features = ["core", "blocking"] } ``` ### Async Client ```toml -rabbitmq_http_client = { version = "0.14.0", features = ["core", "async"] } +rabbitmq_http_client = { version = "0.15.0", features = ["core", "async"] } ``` ### Blocking Client with Tabled Support ```toml -rabbitmq_http_client = { version = "0.14.0", features = ["core", "blocking", "tabled"] } +rabbitmq_http_client = { version = "0.15.0", features = ["core", "blocking", "tabled"] } ``` ### Async CLient with Tabled Support ```toml -rabbitmq_http_client = { version = "0.14.0", features = ["core", "async", "tabled"] } +rabbitmq_http_client = { version = "0.15.0", features = ["core", "async", "tabled"] } ```