This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure Storage Core: Added ?Sized on impl (#308)
* Added ?Sized on impl * bumped deps
- Loading branch information
Francesco Cogno
authored
Jun 30, 2020
1 parent
1036adc
commit d13d5f6
Showing
18 changed files
with
81 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "azure_sdk_storage_account" | ||
version = "0.41.2" | ||
version = "0.41.3" | ||
description = "Rust wrappers around Microsoft Azure REST APIs - Blob storage account crate" | ||
readme = "README.md" | ||
authors = ["Francesco Cogno <[email protected]>", "Max Gortman <[email protected]>"] | ||
|
@@ -16,7 +16,7 @@ edition = "2018" | |
|
||
[dependencies] | ||
azure_sdk_core = { path = "../azure_sdk_core", version = "0.43.5" } | ||
azure_sdk_storage_core = { path = "../azure_sdk_storage_core", version = "0.44.2" } | ||
azure_sdk_storage_core = { path = "../azure_sdk_storage_core", version = "0.44.3" } | ||
chrono = "0.4" | ||
http = "0.2" | ||
hyper = "0.13" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "azure_sdk_storage_blob" | ||
version = "0.44.3" | ||
version = "0.44.4" | ||
description = "Rust wrappers around Microsoft Azure REST APIs - Blob storage crate" | ||
readme = "README.md" | ||
authors = ["Francesco Cogno <[email protected]>", "Max Gortman <[email protected]>", "Dong Liu <[email protected]>"] | ||
|
@@ -16,7 +16,7 @@ edition = "2018" | |
|
||
[dependencies] | ||
azure_sdk_core = { path = "../azure_sdk_core", version = "0.43.5" } | ||
azure_sdk_storage_core = { path = "../azure_sdk_storage_core", version = "0.44.2" } | ||
azure_sdk_storage_core = { path = "../azure_sdk_storage_core", version = "0.44.3" } | ||
md5 = "0.7" | ||
RustyXML = "0.3" | ||
base64 = "0.12" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "azure_sdk_storage_core" | ||
version = "0.44.2" | ||
version = "0.44.3" | ||
description = "Rust wrappers around Microsoft Azure REST APIs - Core storage crate" | ||
readme = "README.md" | ||
authors = ["Francesco Cogno <[email protected]>", "Max Gortman <[email protected]>", "Dong Liu <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "azure_sdk_storage_table" | ||
version = "0.41.2" | ||
version = "0.41.3" | ||
description = "Rust wrappers around Microsoft Azure REST APIs - Table storage crate" | ||
readme = "README.md" | ||
authors = ["Francesco Cogno <[email protected]>", "gzp-crey", "Max Gortman <[email protected]>", "Dong Liu <[email protected]>"] | ||
|
@@ -16,7 +16,7 @@ edition = "2018" | |
|
||
[dependencies] | ||
azure_sdk_core = { path = "../azure_sdk_core", version = "0.43.5" } | ||
azure_sdk_storage_core = { path = "../azure_sdk_storage_core", version = "0.44.2" } | ||
azure_sdk_storage_core = { path = "../azure_sdk_storage_core", version = "0.44.3" } | ||
chrono = "0.4" | ||
http = "0.2" | ||
hyper = "0.13" | ||
|