Skip to content

Commit

Permalink
edge branch: use the latest HEAD revision of rustls crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Dec 13, 2024
1 parent c377b43 commit f2e8e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ documentation = "https://docs.rs/rustls-cng"
readme = "README.md"
keywords = ["cng", "tls", "rustls", "windows"]
edition = "2021"
publish = false

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
no-default-features = true

[dependencies]
rustls = { version = "0.23", default-features = false, features = ["std"] }
rustls = { git = "https://github.com/rustls/rustls.git", default-features = false, features = ["std"] }
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_Security_Cryptography"] }

[dev-dependencies]
Expand Down

0 comments on commit f2e8e98

Please sign in to comment.