Skip to content

Commit 77ecbab

Browse files
Set AMQP version to 0.3.1 (Azure#2580)
1 parent 634816e commit 77ecbab

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
@@ -50,7 +50,7 @@ path = "sdk/core/azure_core"
5050
default-features = false
5151

5252
[workspace.dependencies.azure_core_amqp]
53-
version = "0.4.0"
53+
version = "0.3.1"
5454
path = "sdk/core/azure_core_amqp"
5555

5656
[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.4.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)