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.
14
14
### Blocking Client
15
15
16
16
``` toml
17
- rabbitmq_http_client = { version = " 0.27 .0" , features = [" core" , " blocking" ] }
17
+ rabbitmq_http_client = { version = " 0.28 .0" , features = [" core" , " blocking" ] }
18
18
```
19
19
20
20
### Async Client
21
21
22
22
``` toml
23
- rabbitmq_http_client = { version = " 0.27 .0" , features = [" core" , " async" ] }
23
+ rabbitmq_http_client = { version = " 0.28 .0" , features = [" core" , " async" ] }
24
24
```
25
25
26
26
### Blocking Client with Tabled Support
27
27
28
28
``` toml
29
- rabbitmq_http_client = { version = " 0.27 .0" , features = [" core" , " blocking" , " tabled" ] }
29
+ rabbitmq_http_client = { version = " 0.28 .0" , features = [" core" , " blocking" , " tabled" ] }
30
30
```
31
31
32
32
### Async Client with Tabled Support
33
33
34
34
``` toml
35
- rabbitmq_http_client = { version = " 0.27 .0" , features = [" core" , " async" , " tabled" ] }
35
+ rabbitmq_http_client = { version = " 0.28 .0" , features = [" core" , " async" , " tabled" ] }
36
36
```
37
37
38
38
You can’t perform that action at this time.
0 commit comments