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"] } ```