Skip to content

Commit 0f027fe

Browse files
authored
Pin all LibAws compats due to breaking changes in later releases (#25)
1 parent 7c99437 commit 0f027fe

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Project.toml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name = "AWSCRT"
22
uuid = "df31ea59-17a4-4ebd-9d69-4f45266dc2c7"
3-
version = "0.3.2"
3+
version = "0.3.3"
44

55
[deps]
66
CountDownLatches = "621fb831-fdad-4fff-93ac-1af7b7ed19e3"
77
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
8+
LibAwsCal = "ef519ef6-af43-41a0-8ac4-eb81328190af"
89
LibAwsCommon = "c6e421ba-b5f8-4792-a1c4-42948de3ed9d"
10+
LibAwsCompression = "51c8708f-2dd9-446d-a0d4-ba9f49ba4b23"
11+
LibAwsHTTP = "ce851869-0d7a-41e7-95ef-2d4cb63876dd"
912
LibAwsIO = "a5388770-19df-4151-b103-3d71de896ddf"
1013
LibAwsMqtt = "dbf63f58-971e-4a9b-b153-820e5f7f543b"
14+
LibAwsSdkutils = "c5f27dc9-c37b-4573-9b6c-b90055172160"
1115

1216
[compat]
1317
AWS = "1.78"
@@ -16,9 +20,13 @@ CountDownLatches = "2"
1620
Dates = "1"
1721
Documenter = "1"
1822
JSON = "0.21"
19-
LibAwsCommon = "1"
20-
LibAwsIO = "1"
21-
LibAwsMqtt = "1"
23+
LibAwsCal = "=1.0.0"
24+
LibAwsCommon = "=1.0.0"
25+
LibAwsCompression = "=1.0.0"
26+
LibAwsHTTP = "=1.0.0"
27+
LibAwsIO = "=1.0.0"
28+
LibAwsMqtt = "=1.0.0"
29+
LibAwsSdkutils = "=1.0.0"
2230
Random = "1"
2331
Test = "1"
2432
julia = "1.9"

0 commit comments

Comments
 (0)