Skip to content

Commit 59470c5

Browse files
justsmthaws-lc-sys-bindings-generator
andauthored
Align w/ AWS-LC v1.51.2 (#806)
* Align w/ AWS-LC v1.51.2 * Symbols from macos-14 * Symbols from ubuntu-latest * Symbols for powerpc-unknown-linux-gnu * Symbols for aarch64-unknown-linux-musl * Symbols for arm-unknown-linux-gnueabi * Symbols for armv7-unknown-linux-gnueabihf * Symbols for x86_64-unknown-linux-musl * Symbols from macos-13 * Symbols for i686-unknown-linux-gnu * Symbols for powerpc64le-unknown-linux-gnu * Symbols for aarch64-unknown-linux-gnu * Symbols from x86_64-pc-windows-msvc * Symbols from x86_64-pc-windows-gnu * Symbols from i686-pc-windows-msvc * Symbols from aarch64-pc-windows-msvc * Generated headers * Generated bindings from macos-14 * Generated bindings from ubuntu-latest * Generated bindings from macos-13 * Generated bindings for riscv64gc-unknown-linux-gnu * Generated bindings for x86_64-unknown-linux-musl * Generated bindings for aarch64-linux-android * Generated bindings for aarch64-unknown-linux-musl * Generated bindings for i686-unknown-linux-gnu * Generated bindings for aarch64-unknown-linux-gnu * Generated bindings for x86_64-pc-windows-gnu * Generated bindings for x86_64-pc-windows-msvc * Generated bindings for i686-pc-windows-msvc * Generated bindings for aarch64-pc-windows-msvc * Collected source files from macos-14 * Collected source files from ubuntu-latest * Collected source files from macos-13 * Collected source files for x86_64-unknown-linux-musl * Collected source files for i686-unknown-linux-gnu * Collected source files for aarch64-unknown-linux-musl * Collected source files for aarch64-unknown-linux-gnu * Collected NASM files * Collected source files for riscv64gc-unknown-linux-gnu --------- Co-authored-by: aws-lc-sys-bindings-generator <[email protected]>
1 parent 7670bb5 commit 59470c5

Some content is hidden

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

49 files changed

+36
-36
lines changed

aws-lc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ bindgen = { version = "0.69.5", optional = true }
7373
bindgen = { version = "0.69.5" }
7474

7575
[package.metadata.aws-lc-sys]
76-
commit-hash = "fc0148fe71fa8f6da277bad7a2913222c73c053b"
76+
commit-hash = "a614f97527d16461d5c904ef90d3bb647e35265f"

aws-lc-sys/builder/cc_builder/aarch64_apple_darwin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed May 7 17:54:07 UTC 2025
3+
// Thu May 8 11:23:37 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed May 7 17:57:51 UTC 2025
3+
// Thu May 8 11:28:06 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_musl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed May 7 17:58:23 UTC 2025
3+
// Thu May 8 11:27:39 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/i686_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed May 7 17:57:55 UTC 2025
3+
// Thu May 8 11:28:00 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/riscv64gc_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed May 7 17:57:53 UTC 2025
3+
// Thu May 8 11:27:58 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/x86_64_apple_darwin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed May 7 17:54:56 UTC 2025
3+
// Thu May 8 11:24:18 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/x86_64_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed May 7 17:53:56 UTC 2025
3+
// Thu May 8 11:23:05 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/x86_64_unknown_linux_musl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed May 7 17:58:03 UTC 2025
3+
// Thu May 8 11:28:06 UTC 2025
44

55
use crate::cc_builder::Library;
66

0 commit comments

Comments
 (0)