Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Jul 16, 2024
1 parent 39adb1d commit 15aad72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.4.0 (2024-07-16)

#### Bug Fixes

* Prevent `basic_publish` hangs in some rare corner case

### 2.3.4 (2024-05-01)

#### Features
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapin"
version = "2.3.4"
version = "2.4.0"
edition = "2021"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "AMQP client library"
Expand All @@ -25,15 +25,15 @@ rustls-webpki-roots-certs = ["amq-protocol/rustls-webpki-roots-certs"]
vendored-openssl = ["amq-protocol/vendored-openssl"]

[build-dependencies.amq-protocol-codegen]
version = "^7.0"
version = "^7.2.1"
optional = true

[build-dependencies.serde_json]
version = "^1.0"
optional = true

[dependencies.amq-protocol]
version = "^7.0"
version = "^7.2.1"
default-features = false

[dependencies.async-global-executor-trait]
Expand Down

0 comments on commit 15aad72

Please sign in to comment.