Skip to content

Commit

Permalink
bump storage versions (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart authored Jun 17, 2022
1 parent 02e025a commit 17e28b7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sdk/data_cosmos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_data_cosmos"
version = "0.3.0"
version = "0.4.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand Down
4 changes: 2 additions & 2 deletions sdk/data_tables/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_data_tables"
version = "0.3.0"
version = "0.4.0"
description = "Azure Table storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.3", default-features=false}
azure_storage = { path = "../storage", version = "0.3", default-features=false, features=["account"]}
azure_storage = { path = "../storage", version = "0.4", default-features=false, features=["account"]}
bytes = "1.0"
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_storage"
version = "0.3.0"
version = "0.4.0"
description = "Azure Storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage_blobs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.3", default-features = false }
azure_storage = { path = "../storage", version = "0.3", default-features = false, features = [
azure_storage = { path = "../storage", version = "0.4", default-features = false, features = [
"account",
] }
base64 = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage_datalake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1"
azure_core = { path = "../core", version = "0.3" }
azure_storage = { path = "../storage", version = "0.3" }
azure_storage = { path = "../storage", version = "0.4" }
base64 = "0.13"
bytes = "1.0"
chrono = { version = "0.4", features = ["serde"] }
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage_queues/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_storage_queues"
version = "0.3.0"
version = "0.4.0"
description = "Azure Queue Storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.3", default-features=false }
azure_storage = { path = "../storage", version = "0.3", default-features=false, features=["account"] }
azure_storage = { path = "../storage", version = "0.4", default-features=false, features=["account"] }
bytes = "1.0"
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3"
Expand Down

0 comments on commit 17e28b7

Please sign in to comment.