Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit d04bdfb

Browse files
committed
fixed inter-dependencies
1 parent df7e593 commit d04bdfb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

azure_sdk_cosmos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["api-bindings"]
1515
edition = "2018"
1616

1717
[dependencies]
18-
azure_sdk_core = { path="../azure_sdk_core" }
18+
azure_sdk_core = { path="../azure_sdk_core", version = "0.20.0" }
1919
ring = "0.14"
2020
md5 = "0.6"
2121
RustyXML = "0.1"

azure_sdk_service_bus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ categories = ["api-bindings"]
1515
edition = "2018"
1616

1717
[dependencies]
18+
azure_sdk_core = { path="../azure_sdk_core", version = "0.20.0" }
1819
ring = "0.14"
1920
md5 = "0.6"
2021
RustyXML = "0.1"
@@ -37,7 +38,6 @@ uuid = { version = "0.7", features = ["v4"] }
3738
smallvec = { version = "0.6", features = ["serde"] }
3839
bytes = "0.4"
3940
hyper-rustls = "0.16"
40-
azure_sdk_core = { path="../azure_sdk_core" }
4141

4242
[dev-dependencies]
4343
tokio-core = "0.1"

azure_sdk_storage_blob/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ categories = ["api-bindings"]
1515
edition = "2018"
1616

1717
[dependencies]
18-
azure_sdk_core = { path="../azure_sdk_core" }
19-
azure_sdk_storage_core = { path="../azure_sdk_storage_core" }
18+
azure_sdk_core = { path="../azure_sdk_core", version = "0.20.0" }
19+
azure_sdk_storage_core = { path="../azure_sdk_storage_core", version = "0.20.0" }
2020
ring = "0.14"
2121
md5 = "0.6"
2222
RustyXML = "0.1"

azure_sdk_storage_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["api-bindings"]
1515
edition = "2018"
1616

1717
[dependencies]
18-
azure_sdk_core = { path="../azure_sdk_core" }
18+
azure_sdk_core = { path="../azure_sdk_core", version = "0.20.0" }
1919
ring = "0.14"
2020
md5 = "0.6"
2121
RustyXML = "0.1"

azure_sdk_storage_table/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ categories = ["api-bindings"]
1515
edition = "2018"
1616

1717
[dependencies]
18-
azure_sdk_core = { path="../azure_sdk_core" }
19-
azure_sdk_storage_core = { path="../azure_sdk_storage_core" }
18+
azure_sdk_core = { path="../azure_sdk_core", version = "0.20.0" }
19+
azure_sdk_storage_core = { path="../azure_sdk_storage_core", version = "0.20.0" }
2020
ring = "0.14"
2121
md5 = "0.6"
2222
RustyXML = "0.1"

0 commit comments

Comments
 (0)