Skip to content

Commit 507df2d

Browse files
committed
Depend on azure_core at workspace-indicated release of 0.29.1 (azure_core in source is at a later version)
1 parent 530dddf commit 507df2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ path = "sdk/core/typespec_macros"
5353

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

5959
[workspace.dependencies.azure_core_macros]

sdk/canary/azure_canary_core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository.workspace = true
99
rust-version.workspace = true
1010

1111
[dependencies]
12+
azure_core = { workspace = true }
1213

1314
[dev-dependencies]
1415
azure_canary.path = "../azure_canary"

0 commit comments

Comments
 (0)