Skip to content

Commit 2cdf037

Browse files
quinnj2quinnj
andauthored
Update aws_c_io_jll to version 0.25.0 (#28)
Co-authored-by: quinnj <[email protected]>
1 parent 8af3eff commit 2cdf037

15 files changed

+29
-29
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LibAwsIO"
22
uuid = "a5388770-19df-4151-b103-3d71de896ddf"
3-
version = "1.3.4"
3+
version = "1.3.5"
44

55
[deps]
66
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -13,7 +13,7 @@ Aqua = "0.7,0.8"
1313
CEnum = "0.5"
1414
LibAwsCal = "1.1.5"
1515
LibAwsCommon = "1.2.4"
16-
aws_c_io_jll = "=0.24.2"
16+
aws_c_io_jll = "=0.25.0"
1717
julia = "1.6"
1818
Test = "1.9"
1919

gen/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ aws_c_io_jll = "13c41daa-f319-5298-b5eb-5754e0170d52"
1010
[compat]
1111
Clang = "0.18.3,0.19"
1212
JLLPrefixes = "0.3,0.4"
13-
aws_c_io_jll = "=0.24.2"
13+
aws_c_io_jll = "=0.25.0"

lib/aarch64-apple-darwin20.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,9 +1554,9 @@ end
15541554
"""
15551555
aws_event_loop_type
15561556
1557-
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default. The default is determined via the `aws\\_event\\_loop\\_get\\_default\\_type()` function based on which event loop types have been defined.
1557+
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default.
15581558
1559-
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE Apple | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
1559+
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE macOS | AWS\\_EVENT\\_LOOP\\_KQUEUE iOS | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
15601560
"""
15611561
@cenum aws_event_loop_type::UInt32 begin
15621562
AWS_EVENT_LOOP_PLATFORM_DEFAULT = 0

lib/aarch64-linux-gnu.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,9 +1554,9 @@ end
15541554
"""
15551555
aws_event_loop_type
15561556
1557-
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default. The default is determined via the `aws\\_event\\_loop\\_get\\_default\\_type()` function based on which event loop types have been defined.
1557+
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default.
15581558
1559-
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE Apple | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
1559+
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE macOS | AWS\\_EVENT\\_LOOP\\_KQUEUE iOS | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
15601560
"""
15611561
@cenum aws_event_loop_type::UInt32 begin
15621562
AWS_EVENT_LOOP_PLATFORM_DEFAULT = 0

lib/aarch64-linux-musl.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,9 +1624,9 @@ end
16241624
"""
16251625
aws_event_loop_type
16261626
1627-
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default. The default is determined via the `aws\\_event\\_loop\\_get\\_default\\_type()` function based on which event loop types have been defined.
1627+
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default.
16281628
1629-
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE Apple | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
1629+
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE macOS | AWS\\_EVENT\\_LOOP\\_KQUEUE iOS | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
16301630
"""
16311631
@cenum aws_event_loop_type::UInt32 begin
16321632
AWS_EVENT_LOOP_PLATFORM_DEFAULT = 0

lib/armv7l-linux-gnueabihf.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,9 +1554,9 @@ end
15541554
"""
15551555
aws_event_loop_type
15561556
1557-
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default. The default is determined via the `aws\\_event\\_loop\\_get\\_default\\_type()` function based on which event loop types have been defined.
1557+
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default.
15581558
1559-
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE Apple | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
1559+
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE macOS | AWS\\_EVENT\\_LOOP\\_KQUEUE iOS | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
15601560
"""
15611561
@cenum aws_event_loop_type::UInt32 begin
15621562
AWS_EVENT_LOOP_PLATFORM_DEFAULT = 0

lib/armv7l-linux-musleabihf.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,9 +1624,9 @@ end
16241624
"""
16251625
aws_event_loop_type
16261626
1627-
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default. The default is determined via the `aws\\_event\\_loop\\_get\\_default\\_type()` function based on which event loop types have been defined.
1627+
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default.
16281628
1629-
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE Apple | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
1629+
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE macOS | AWS\\_EVENT\\_LOOP\\_KQUEUE iOS | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
16301630
"""
16311631
@cenum aws_event_loop_type::UInt32 begin
16321632
AWS_EVENT_LOOP_PLATFORM_DEFAULT = 0

lib/i686-linux-gnu.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,9 +1554,9 @@ end
15541554
"""
15551555
aws_event_loop_type
15561556
1557-
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default. The default is determined via the `aws\\_event\\_loop\\_get\\_default\\_type()` function based on which event loop types have been defined.
1557+
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default.
15581558
1559-
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE Apple | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
1559+
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE macOS | AWS\\_EVENT\\_LOOP\\_KQUEUE iOS | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
15601560
"""
15611561
@cenum aws_event_loop_type::UInt32 begin
15621562
AWS_EVENT_LOOP_PLATFORM_DEFAULT = 0

lib/i686-linux-musl.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,9 +1624,9 @@ end
16241624
"""
16251625
aws_event_loop_type
16261626
1627-
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default. The default is determined via the `aws\\_event\\_loop\\_get\\_default\\_type()` function based on which event loop types have been defined.
1627+
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default.
16281628
1629-
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE Apple | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
1629+
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE macOS | AWS\\_EVENT\\_LOOP\\_KQUEUE iOS | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
16301630
"""
16311631
@cenum aws_event_loop_type::UInt32 begin
16321632
AWS_EVENT_LOOP_PLATFORM_DEFAULT = 0

lib/powerpc64le-linux-gnu.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,9 +1554,9 @@ end
15541554
"""
15551555
aws_event_loop_type
15561556
1557-
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default. The default is determined via the `aws\\_event\\_loop\\_get\\_default\\_type()` function based on which event loop types have been defined.
1557+
Event Loop Type. If set to `AWS_EVENT_LOOP_PLATFORM_DEFAULT`, the event loop will automatically use the platform’s default.
15581558
1559-
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE Apple | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
1559+
Default Event Loop Type Linux | AWS\\_EVENT\\_LOOP\\_EPOLL Windows | AWS\\_EVENT\\_LOOP\\_IOCP BSD Variants| AWS\\_EVENT\\_LOOP\\_KQUEUE macOS | AWS\\_EVENT\\_LOOP\\_KQUEUE iOS | AWS\\_EVENT\\_LOOP\\_DISPATCH\\_QUEUE
15601560
"""
15611561
@cenum aws_event_loop_type::UInt32 begin
15621562
AWS_EVENT_LOOP_PLATFORM_DEFAULT = 0

0 commit comments

Comments
 (0)