Skip to content

Commit

Permalink
Merge pull request #13 from microsoft/user/nnmkhang/version_0.2.1
Browse files Browse the repository at this point in the history
Updating version from 0.2 -> 0.2.1
  • Loading branch information
nnmkhang authored Jan 27, 2025
2 parents e75ba9e + 5b22fc1 commit b6e715a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rustls-symcrypt/Cargo.lock

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

4 changes: 2 additions & 2 deletions rustls-symcrypt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustls-symcrypt"
authors = ["Microsoft"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0 OR ISC OR MIT"
description = "Implementation of rustls crypto provider model for SymCrypt"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
[dependencies]
# Disable aws_ls_rc since it is not needed and increases build time.
rustls = { version = "0.23.0", features = ["tls12", "std"], default-features = false }
symcrypt = { path = "../../rust-symcrypt/rust-symcrypt", version = "0.5.0" }
symcrypt = { path = "../../rust-symcrypt/rust-symcrypt", version = "0.5.1" }
pkcs1 = { version = "0.7.5", features = ["alloc"], default-features = false }
rustls-webpki = {version = "0.102.2", features = ["std"], default-features = false}
pkcs8 = "0.10"
Expand Down
4 changes: 2 additions & 2 deletions rustls-symcrypt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Add `rustls-symcrypt` to your `Cargo.toml`:
[dependencies]
# Disabling aws-lc as it slows down build times and is not needed.
rustls = { version = "0.23.0", features = ["tls12", "std"], default-features = false }
rustls_symcrypt = "0.2.0"
rustls_symcrypt = "0.2.1"
# To enable the chacha feature:
# rustls_symcrypt = {version = "0.2.0", features = ["chacha"]}
# rustls_symcrypt = {version = "0.2.1", features = ["chacha"]}
```

### Default Configuration
Expand Down

0 comments on commit b6e715a

Please sign in to comment.