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.
Merge pull request #136 from MindFlavor/issue/135/pr
Fixed clippy issues
- Loading branch information
Showing
16 changed files
with
52 additions
and
36 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_auth_aad" | ||
version = "0.20.2" | ||
version = "0.21.0" | ||
description = "Rust wrappers around Microsoft Azure REST APIs - Azure OAuth2 helper crate" | ||
readme = "README.md" | ||
authors = ["Francesco Cogno <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "azure_sdk_cosmos" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB crate" | ||
readme = "README.md" | ||
authors = ["Francesco Cogno <[email protected]>", "Max Gortman <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "azure_sdk_storage_account" | ||
version = "0.20.2" | ||
version = "0.20.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.20.2" } | ||
azure_sdk_storage_core = { path="../azure_sdk_storage_core", version = "0.20.2" } | ||
azure_sdk_storage_core = { path="../azure_sdk_storage_core", version = "0.20.3" } | ||
ring = "0.14" | ||
md5 = "0.6" | ||
RustyXML = "0.1" | ||
|
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_blob" | ||
version = "0.20.2" | ||
version = "0.20.3" | ||
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.20.2" } | ||
azure_sdk_storage_core = { path="../azure_sdk_storage_core", version = "0.20.2" } | ||
azure_sdk_storage_core = { path="../azure_sdk_storage_core", version = "0.20.3" } | ||
ring = "0.14" | ||
md5 = "0.6" | ||
RustyXML = "0.1" | ||
|
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,4 +1,5 @@ | ||
#![recursion_limit = "128"] | ||
#![allow(clippy::needless_lifetimes)] | ||
|
||
extern crate base64; | ||
extern crate chrono; | ||
|
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.20.2" | ||
version = "0.20.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "azure_sdk_storage_table" | ||
version = "0.20.2" | ||
version = "0.20.3" | ||
description = "Rust wrappers around Microsoft Azure REST APIs - Table 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.20.2" } | ||
azure_sdk_storage_core = { path="../azure_sdk_storage_core", version = "0.20.2" } | ||
azure_sdk_storage_core = { path="../azure_sdk_storage_core", version = "0.20.3" } | ||
ring = "0.14" | ||
md5 = "0.6" | ||
RustyXML = "0.1" | ||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
set -ev | ||
|
||
for i in azure_sdk* ; do | ||
cd $i | ||
cargo clean | ||
cd .. | ||
done | ||
|
||
cargo clippy | ||
|
||
|