Skip to content

Commit fc85ff4

Browse files
LarryOstermanheaths
authored andcommitted
Set AMQP version to 0.3.1 (#2580)
1 parent f4a209a commit fc85ff4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ features = [
5757
]
5858

5959
[workspace.dependencies.azure_core_amqp]
60-
version = "0.3.0"
60+
version = "0.3.1"
6161
path = "sdk/core/azure_core_amqp"
6262

6363
[workspace.dependencies.azure_core_test]

sdk/core/azure_core_amqp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AMQP Stack for consumption by packages in the Azure SDK.
44
[package]
55
name = "azure_core_amqp"
6-
version = "0.3.0"
6+
version = "0.3.1"
77
description = "Rust client library for the AMQP protocol"
88
readme = "README.md"
99
authors.workspace = true

0 commit comments

Comments
 (0)