Skip to content

Commit

Permalink
release 0.1.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay authored Nov 11, 2024
1 parent f121181 commit dcc93c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
6 changes: 3 additions & 3 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.0.1"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Rustls crypto provider for OpenSSL"
Expand All @@ -10,12 +10,12 @@ repository = "https://github.com/tofay/rustls-openssl"
readme = "README.md"

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

[features]
default = ["tls12"]
default = ["tls12", "chacha", "x25519"]
x25519 = []
chacha = []
tls12 = ["rustls/tls12"]
Expand Down
17 changes: 0 additions & 17 deletions test.sh

This file was deleted.

0 comments on commit dcc93c5

Please sign in to comment.