Skip to content

Commit

Permalink
Use ring instead of aws-lc-rs that doesn't build anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Sep 8, 2024
1 parent a7b662d commit 0463a81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions rustywind-vite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustywind_vite"
version = "0.1.1"
version = "0.1.2"
description = "Additional functionality for rustywind_core specific to Vite"
documentation = "https://docs.rs/rustywind_vite"
authors.workspace = true
Expand All @@ -10,10 +10,10 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
rustywind_core = { version = "0.1.1" }
rustywind_core = { version = "0.1.2" }

# tls
rustls = { version = "0.23" }
rustls = { version = "0.23", features = ["ring"] }

# HTTP
ureq = "2.10"
Expand Down

0 comments on commit 0463a81

Please sign in to comment.