Skip to content

Commit

Permalink
Proactively update README.md for 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 5, 2025
1 parent 9a1ad80 commit bbe3ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
```


Expand Down

0 comments on commit bbe3ce8

Please sign in to comment.