Skip to content

Commit 44d4d3c

Browse files
authored
Revert azure_storage_blob back to 0.7.0 (#3164)
This reverts commit c8501f9.
1 parent dd69682 commit 44d4d3c

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.6.0"
89+
version = "0.7.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.6.0"
3+
version = "0.7.0"
44
description = "Microsoft Azure Blob Storage client library for Rust"
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)