Skip to content

Commit

Permalink
fix: stop using aws-lc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Aug 28, 2024
1 parent 4a5b9e5 commit e107b6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ clickhouse = { version = "0.12.2", features = ["rustls-tls"] }
duckdb = { version = "1.0.0", features = ["bundled"] }
libsql = { version = "0.5.0", features = ["remote"] }

# aws-lc-rs breaks because of nasm on windows
ring = "0.17.8"
rustls = { version = "0.22.4", default-features = false }
webpki = "0.22.4"
webpki-roots = "0.26.1"

[profile.release]
strip = true
opt-level = "z"
Expand Down

0 comments on commit e107b6a

Please sign in to comment.