Skip to content

Commit 8cf45a8

Browse files
authored
Add version numbers to path dependencies (#260)
* Add version numbers to path dependencies * Fix issues with manifest tool * Revert "Add version numbers to path dependencies" * Add version numbers to path dependencies * Add additional comments to fix manifests sub-command
1 parent d02a7f0 commit 8cf45a8

File tree

297 files changed

+6753
-724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+6753
-724
lines changed

sdk/accessanalyzer/Cargo.toml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,57 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
readme = "README.md"
1111
[dependencies.aws-auth]
1212
path = "..//aws-auth"
13+
version = "0.0.21-alpha"
14+
1315
[dependencies.aws-endpoint]
1416
path = "..//aws-endpoint"
17+
version = "0.0.21-alpha"
18+
1519
[dependencies.aws-http]
1620
path = "..//aws-http"
21+
version = "0.0.21-alpha"
22+
1723
[dependencies.aws-hyper]
1824
path = "..//aws-hyper"
1925
optional = true
26+
version = "0.0.21-alpha"
27+
2028
[dependencies.aws-sig-auth]
2129
path = "..//aws-sig-auth"
30+
version = "0.0.21-alpha"
31+
2232
[dependencies.aws-types]
2333
path = "..//aws-types"
34+
version = "0.0.21-alpha"
35+
2436
[dependencies.bytes]
2537
version = "1"
38+
2639
[dependencies.fastrand]
2740
version = "1"
41+
2842
[dependencies.http]
2943
version = "0.2"
44+
3045
[dependencies.smithy-client]
3146
path = "..//smithy-client"
3247
optional = true
48+
version = "0.26.0-alpha"
49+
3350
[dependencies.smithy-http]
3451
path = "..//smithy-http"
52+
version = "0.26.0-alpha"
53+
3554
[dependencies.smithy-json]
3655
path = "..//smithy-json"
56+
version = "0.26.0-alpha"
57+
3758
[dependencies.smithy-types]
3859
path = "..//smithy-types"
60+
version = "0.26.0-alpha"
61+
3962
[features]
4063
client = ["aws-hyper", "smithy-client"]
4164
rustls = ["aws-hyper/rustls"]
4265
native-tls = ["aws-hyper/native-tls"]
4366
default = ["client", "rustls"]
44-
45-

sdk/account/Cargo.toml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,54 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
readme = "README.md"
1111
[dependencies.aws-auth]
1212
path = "..//aws-auth"
13+
version = "0.0.21-alpha"
14+
1315
[dependencies.aws-endpoint]
1416
path = "..//aws-endpoint"
17+
version = "0.0.21-alpha"
18+
1519
[dependencies.aws-http]
1620
path = "..//aws-http"
21+
version = "0.0.21-alpha"
22+
1723
[dependencies.aws-hyper]
1824
path = "..//aws-hyper"
1925
optional = true
26+
version = "0.0.21-alpha"
27+
2028
[dependencies.aws-sig-auth]
2129
path = "..//aws-sig-auth"
30+
version = "0.0.21-alpha"
31+
2232
[dependencies.aws-types]
2333
path = "..//aws-types"
34+
version = "0.0.21-alpha"
35+
2436
[dependencies.bytes]
2537
version = "1"
38+
2639
[dependencies.http]
2740
version = "0.2"
41+
2842
[dependencies.smithy-client]
2943
path = "..//smithy-client"
3044
optional = true
45+
version = "0.26.0-alpha"
46+
3147
[dependencies.smithy-http]
3248
path = "..//smithy-http"
49+
version = "0.26.0-alpha"
50+
3351
[dependencies.smithy-json]
3452
path = "..//smithy-json"
53+
version = "0.26.0-alpha"
54+
3555
[dependencies.smithy-types]
3656
path = "..//smithy-types"
57+
version = "0.26.0-alpha"
58+
3759
[features]
3860
client = ["aws-hyper", "smithy-client"]
3961
rustls = ["aws-hyper/rustls"]
4062
native-tls = ["aws-hyper/native-tls"]
4163
default = ["client", "rustls"]
42-
43-

sdk/acm/Cargo.toml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,54 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
readme = "README.md"
1111
[dependencies.aws-auth]
1212
path = "..//aws-auth"
13+
version = "0.0.21-alpha"
14+
1315
[dependencies.aws-endpoint]
1416
path = "..//aws-endpoint"
17+
version = "0.0.21-alpha"
18+
1519
[dependencies.aws-http]
1620
path = "..//aws-http"
21+
version = "0.0.21-alpha"
22+
1723
[dependencies.aws-hyper]
1824
path = "..//aws-hyper"
1925
optional = true
26+
version = "0.0.21-alpha"
27+
2028
[dependencies.aws-sig-auth]
2129
path = "..//aws-sig-auth"
30+
version = "0.0.21-alpha"
31+
2232
[dependencies.aws-types]
2333
path = "..//aws-types"
34+
version = "0.0.21-alpha"
35+
2436
[dependencies.bytes]
2537
version = "1"
38+
2639
[dependencies.http]
2740
version = "0.2"
41+
2842
[dependencies.smithy-client]
2943
path = "..//smithy-client"
3044
optional = true
45+
version = "0.26.0-alpha"
46+
3147
[dependencies.smithy-http]
3248
path = "..//smithy-http"
49+
version = "0.26.0-alpha"
50+
3351
[dependencies.smithy-json]
3452
path = "..//smithy-json"
53+
version = "0.26.0-alpha"
54+
3555
[dependencies.smithy-types]
3656
path = "..//smithy-types"
57+
version = "0.26.0-alpha"
58+
3759
[features]
3860
client = ["aws-hyper", "smithy-client"]
3961
rustls = ["aws-hyper/rustls"]
4062
native-tls = ["aws-hyper/native-tls"]
4163
default = ["client", "rustls"]
42-
43-

sdk/acmpca/Cargo.toml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,54 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
readme = "README.md"
1111
[dependencies.aws-auth]
1212
path = "..//aws-auth"
13+
version = "0.0.21-alpha"
14+
1315
[dependencies.aws-endpoint]
1416
path = "..//aws-endpoint"
17+
version = "0.0.21-alpha"
18+
1519
[dependencies.aws-http]
1620
path = "..//aws-http"
21+
version = "0.0.21-alpha"
22+
1723
[dependencies.aws-hyper]
1824
path = "..//aws-hyper"
1925
optional = true
26+
version = "0.0.21-alpha"
27+
2028
[dependencies.aws-sig-auth]
2129
path = "..//aws-sig-auth"
30+
version = "0.0.21-alpha"
31+
2232
[dependencies.aws-types]
2333
path = "..//aws-types"
34+
version = "0.0.21-alpha"
35+
2436
[dependencies.bytes]
2537
version = "1"
38+
2639
[dependencies.http]
2740
version = "0.2"
41+
2842
[dependencies.smithy-client]
2943
path = "..//smithy-client"
3044
optional = true
45+
version = "0.26.0-alpha"
46+
3147
[dependencies.smithy-http]
3248
path = "..//smithy-http"
49+
version = "0.26.0-alpha"
50+
3351
[dependencies.smithy-json]
3452
path = "..//smithy-json"
53+
version = "0.26.0-alpha"
54+
3555
[dependencies.smithy-types]
3656
path = "..//smithy-types"
57+
version = "0.26.0-alpha"
58+
3759
[features]
3860
client = ["aws-hyper", "smithy-client"]
3961
rustls = ["aws-hyper/rustls"]
4062
native-tls = ["aws-hyper/native-tls"]
4163
default = ["client", "rustls"]
42-
43-

sdk/alexaforbusiness/Cargo.toml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,57 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
readme = "README.md"
1111
[dependencies.aws-auth]
1212
path = "..//aws-auth"
13+
version = "0.0.21-alpha"
14+
1315
[dependencies.aws-endpoint]
1416
path = "..//aws-endpoint"
17+
version = "0.0.21-alpha"
18+
1519
[dependencies.aws-http]
1620
path = "..//aws-http"
21+
version = "0.0.21-alpha"
22+
1723
[dependencies.aws-hyper]
1824
path = "..//aws-hyper"
1925
optional = true
26+
version = "0.0.21-alpha"
27+
2028
[dependencies.aws-sig-auth]
2129
path = "..//aws-sig-auth"
30+
version = "0.0.21-alpha"
31+
2232
[dependencies.aws-types]
2333
path = "..//aws-types"
34+
version = "0.0.21-alpha"
35+
2436
[dependencies.bytes]
2537
version = "1"
38+
2639
[dependencies.fastrand]
2740
version = "1"
41+
2842
[dependencies.http]
2943
version = "0.2"
44+
3045
[dependencies.smithy-client]
3146
path = "..//smithy-client"
3247
optional = true
48+
version = "0.26.0-alpha"
49+
3350
[dependencies.smithy-http]
3451
path = "..//smithy-http"
52+
version = "0.26.0-alpha"
53+
3554
[dependencies.smithy-json]
3655
path = "..//smithy-json"
56+
version = "0.26.0-alpha"
57+
3758
[dependencies.smithy-types]
3859
path = "..//smithy-types"
60+
version = "0.26.0-alpha"
61+
3962
[features]
4063
client = ["aws-hyper", "smithy-client"]
4164
rustls = ["aws-hyper/rustls"]
4265
native-tls = ["aws-hyper/native-tls"]
4366
default = ["client", "rustls"]
44-
45-

sdk/amp/Cargo.toml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,57 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
readme = "README.md"
1111
[dependencies.aws-auth]
1212
path = "..//aws-auth"
13+
version = "0.0.21-alpha"
14+
1315
[dependencies.aws-endpoint]
1416
path = "..//aws-endpoint"
17+
version = "0.0.21-alpha"
18+
1519
[dependencies.aws-http]
1620
path = "..//aws-http"
21+
version = "0.0.21-alpha"
22+
1723
[dependencies.aws-hyper]
1824
path = "..//aws-hyper"
1925
optional = true
26+
version = "0.0.21-alpha"
27+
2028
[dependencies.aws-sig-auth]
2129
path = "..//aws-sig-auth"
30+
version = "0.0.21-alpha"
31+
2232
[dependencies.aws-types]
2333
path = "..//aws-types"
34+
version = "0.0.21-alpha"
35+
2436
[dependencies.bytes]
2537
version = "1"
38+
2639
[dependencies.fastrand]
2740
version = "1"
41+
2842
[dependencies.http]
2943
version = "0.2"
44+
3045
[dependencies.smithy-client]
3146
path = "..//smithy-client"
3247
optional = true
48+
version = "0.26.0-alpha"
49+
3350
[dependencies.smithy-http]
3451
path = "..//smithy-http"
52+
version = "0.26.0-alpha"
53+
3554
[dependencies.smithy-json]
3655
path = "..//smithy-json"
56+
version = "0.26.0-alpha"
57+
3758
[dependencies.smithy-types]
3859
path = "..//smithy-types"
60+
version = "0.26.0-alpha"
61+
3962
[features]
4063
client = ["aws-hyper", "smithy-client"]
4164
rustls = ["aws-hyper/rustls"]
4265
native-tls = ["aws-hyper/native-tls"]
4366
default = ["client", "rustls"]
44-
45-

0 commit comments

Comments
 (0)