Skip to content

Commit 15aad72

Browse files
committed
v2.4.0
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 39adb1d commit 15aad72

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.4.0 (2024-07-16)
2+
3+
#### Bug Fixes
4+
5+
* Prevent `basic_publish` hangs in some rare corner case
6+
17
### 2.3.4 (2024-05-01)
28

39
#### Features

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapin"
3-
version = "2.3.4"
3+
version = "2.4.0"
44
edition = "2021"
55
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
66
description = "AMQP client library"
@@ -25,15 +25,15 @@ rustls-webpki-roots-certs = ["amq-protocol/rustls-webpki-roots-certs"]
2525
vendored-openssl = ["amq-protocol/vendored-openssl"]
2626

2727
[build-dependencies.amq-protocol-codegen]
28-
version = "^7.0"
28+
version = "^7.2.1"
2929
optional = true
3030

3131
[build-dependencies.serde_json]
3232
version = "^1.0"
3333
optional = true
3434

3535
[dependencies.amq-protocol]
36-
version = "^7.0"
36+
version = "^7.2.1"
3737
default-features = false
3838

3939
[dependencies.async-global-executor-trait]

0 commit comments

Comments
 (0)