Skip to content

Commit

Permalink
remove vendored feature (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay authored Nov 12, 2024
1 parent dcc93c5 commit c116602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustls-openssl"
authors = ["Tom Fay <[email protected]>"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "Rustls crypto provider for OpenSSL"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/tofay/rustls-openssl"
readme = "README.md"

[dependencies]
openssl = { version = "0.10.68", features = ["vendored"] }
openssl = "0.10.68"
rustls = { version = "0.23.0", default-features = false }
rustls-webpki = { version = "0.102.2", default-features = false }

Expand Down

0 comments on commit c116602

Please sign in to comment.