Skip to content

Commit 09dd3e6

Browse files
authored
Update core crate versions (Azure#3141)
1 parent 44d4d3c commit 09dd3e6

File tree

17 files changed

+83
-23
lines changed

17 files changed

+83
-23
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,28 @@ rust-version = "1.85"
4040
[workspace.dependencies.typespec]
4141
default-features = false
4242
path = "sdk/typespec"
43-
version = "0.9.1"
43+
version = "0.10.0"
4444

4545
[workspace.dependencies.typespec_client_core]
4646
default-features = false
4747
path = "sdk/typespec/typespec_client_core"
48-
version = "0.8.1"
48+
version = "0.9.0"
4949

5050
[workspace.dependencies.typespec_macros]
51-
version = "0.8.1"
51+
version = "0.9.0"
5252
path = "sdk/typespec/typespec_macros"
5353

5454
[workspace.dependencies.azure_core]
5555
default-features = false
56-
version = "0.29.1"
56+
version = "0.30.0"
5757
path = "sdk/core/azure_core"
5858

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

6363
[workspace.dependencies.azure_core_amqp]
64-
version = "0.8.1"
64+
version = "0.9.0"
6565
path = "sdk/core/azure_core_amqp"
6666

6767
[workspace.dependencies.azure_messaging_eventhubs]

sdk/core/azure_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_core"
3-
version = "0.29.1"
3+
version = "0.30.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Core crate"
55
readme = "README.md"
66
authors.workspace = true

sdk/core/azure_core_amqp/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.9.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.8.1 (2025-10-06)
414

515
### Bugs Fixed

sdk/core/azure_core_amqp/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.8.1"
6+
version = "0.9.0"
77
description = "Rust client library for the AMQP protocol"
88
readme = "README.md"
99
authors.workspace = true
@@ -19,7 +19,7 @@ edition.workspace = true
1919

2020
[dependencies]
2121
async-trait.workspace = true
22-
azure_core = { path = "../azure_core", version = "0.29.1", default-features = false }
22+
azure_core = { path = "../azure_core", version = "0.30.0", default-features = false }
2323
fe2o3-amqp = { workspace = true, optional = true }
2424
fe2o3-amqp-cbs = { workspace = true, optional = true }
2525
fe2o3-amqp-ext = { workspace = true, optional = true }

sdk/core/azure_core_macros/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.4.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.3.1 (2025-10-06)
414

515
### Bugs Fixed

sdk/core/azure_core_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_core_macros"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Procedural macros for client libraries built on azure_core."
55
readme = "README.md"
66
authors.workspace = true

sdk/core/azure_core_opentelemetry/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.4.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.3.1 (2025-10-06)
414

515
### Bugs Fixed

sdk/core/azure_core_opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_core_opentelemetry"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "OpenTelemetry integration for the Azure SDK for Rust"
55
readme = "README.md"
66
authors.workspace = true

sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition.workspace = true
2020
async-lock.workspace = true
2121
async-stream.workspace = true
2222
async-trait.workspace = true
23-
azure_core = { path = "../../core/azure_core", version = "0.29.1", default-features = false }
23+
azure_core = { path = "../../core/azure_core", version = "0.30.0", default-features = false }
2424
azure_core_amqp.workspace = true
2525
futures.workspace = true
2626
rand.workspace = true

0 commit comments

Comments
 (0)