feat(user-agent-auth): add RSA and ECDSA auth key types #29

Merged
Skipper merged 7 commits from feat-min-RSA-&-ECDSA-auth-pipeline into main 2026-03-14 14:41:47 +00:00
Showing only changes of commit f8d27a1454 - Show all commits

View File

@@ -1,4 +1,5 @@
[profile.dev]
# Override global Cranelift backend: Cranelift does not propagate cargo:rustc-link-lib
# from native dependencies (aws-lc-sys etc.) to lld-link, causing undefined symbol errors.
[target.'cfg(windows)'.profile.dev]
# Override global Cranelift backend only on Windows.
# Cranelift does not propagate cargo:rustc-link-lib from native dependencies
# (aws-lc-sys etc.) to lld-link, causing undefined symbol errors.
codegen-backend = "llvm"