Skip to content

Commit

Permalink
Back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 31, 2024
1 parent 272f701 commit c235eb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabbitmq_http_client"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

description = "RabbitMQ HTTP API client"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ This library is relatively young, breaking API changes are possible.
### Blocking Client

```toml
rabbitmq_http_client = { version = "0.11.0", features = ["core", "blocking"] }
rabbitmq_http_client = { version = "0.13.0", features = ["core", "blocking"] }
```

### Async Client

```toml
rabbitmq_http_client = { version = "0.11.0", features = ["core", "async"] }
rabbitmq_http_client = { version = "0.13.0", features = ["core", "async"] }
```

### Blocking Client with Tabled Support

```toml
rabbitmq_http_client = { version = "0.11.0", features = ["core", "blocking", "tabled"] }
rabbitmq_http_client = { version = "0.13.0", features = ["core", "blocking", "tabled"] }
```

### Async CLient with Tabled Support

```toml
rabbitmq_http_client = { version = "0.11.0", features = ["core", "async", "tabled"] }
rabbitmq_http_client = { version = "0.13.0", features = ["core", "async", "tabled"] }
```


Expand Down

0 comments on commit c235eb0

Please sign in to comment.