Skip to content

Commit c8501f9

Browse files
Moved blob storage back to 0.6.0 for checkpoint store release (#3160)
1 parent 5c3cf3a commit c8501f9

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
@@ -86,7 +86,7 @@ path = "sdk/identity/azure_identity"
8686

8787
[workspace.dependencies.azure_storage_blob]
8888
path = "sdk/storage/azure_storage_blob"
89-
version = "0.7.0"
89+
version = "0.6.0"
9090

9191
[workspace.dependencies]
9292
async-lock = "3.0"

sdk/storage/azure_storage_blob/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_storage_blob"
3-
version = "0.7.0"
3+
version = "0.6.0"
44
description = "Microsoft Azure Blob Storage client library for Rust"
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)