Skip to content

Commit 0da8e60

Browse files
authored
Bump aws_c_common_jll version and project version (#13)
* Bump aws_c_common_jll version and project version * bump aws_common in gen project * Fix gen project * Commit new library generated bindings
1 parent 170627b commit 0da8e60

16 files changed

+11276
-3671
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LibAwsCommon"
22
uuid = "c6e421ba-b5f8-4792-a1c4-42948de3ed9d"
3-
version = "1.1.0"
3+
version = "1.2.0"
44

55
[deps]
66
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -9,7 +9,7 @@ aws_c_common_jll = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
99
[compat]
1010
Aqua = "0.7"
1111
CEnum = "0.5"
12-
aws_c_common_jll = "=0.9.14"
12+
aws_c_common_jll = "=0.9.23"
1313
julia = "1.6"
1414

1515
[extras]

gen/Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.2"
3+
julia_version = "1.10.4"
44
manifest_format = "2.0"
5-
project_hash = "981bed63f0072e15b9d8cfedf2a309eaddd66050"
5+
project_hash = "35a24eff95fae19634cc4836c22f45163c5cea2a"
66

77
[[deps.ArgTools]]
88
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
@@ -209,9 +209,9 @@ version = "1.2.13+1"
209209

210210
[[deps.aws_c_common_jll]]
211211
deps = ["Artifacts", "JLLWrappers", "Libdl"]
212-
git-tree-sha1 = "586a1aa2fdda172c45587b52f5329fedde14f44c"
212+
git-tree-sha1 = "68d3a903076819904e9e27d077b59b95fcca44e0"
213213
uuid = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
214-
version = "0.9.14+0"
214+
version = "0.9.23+0"
215215

216216
[[deps.libLLVM_jll]]
217217
deps = ["Artifacts", "Libdl"]

gen/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ aws_c_common_jll = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
66
[compat]
77
Clang = "0.18.3"
88
JLLPrefixes = "0.3"
9-
aws_c_common_jll = "=0.9.14"
9+
aws_c_common_jll = "=0.9.23"

0 commit comments

Comments
 (0)