File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ This library is relatively young, breaking API changes are possible.
1414### Blocking Client
1515
1616``` toml
17- rabbitmq_http_client = { version = " 0.22 .0" , features = [" core" , " blocking" ] }
17+ rabbitmq_http_client = { version = " 0.23 .0" , features = [" core" , " blocking" ] }
1818```
1919
2020### Async Client
2121
2222``` toml
23- rabbitmq_http_client = { version = " 0.22 .0" , features = [" core" , " async" ] }
23+ rabbitmq_http_client = { version = " 0.23 .0" , features = [" core" , " async" ] }
2424```
2525
2626### Blocking Client with Tabled Support
2727
2828``` toml
29- rabbitmq_http_client = { version = " 0.22 .0" , features = [" core" , " blocking" , " tabled" ] }
29+ rabbitmq_http_client = { version = " 0.23 .0" , features = [" core" , " blocking" , " tabled" ] }
3030```
3131
3232### Async Client with Tabled Support
3333
3434``` toml
35- rabbitmq_http_client = { version = " 0.22 .0" , features = [" core" , " async" , " tabled" ] }
35+ rabbitmq_http_client = { version = " 0.23 .0" , features = [" core" , " async" , " tabled" ] }
3636```
3737
3838
You can’t perform that action at this time.
0 commit comments