Skip to content

Commit

Permalink
Bump version after serval changes (#22)
Browse files Browse the repository at this point in the history
* bump version

* bump rustls-mbedpki-provider to 0.0.2
  • Loading branch information
Taowyoo authored Dec 14, 2023
1 parent 51a493f commit 08cae7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion rustls-mbedcrypto-provider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-mbedcrypto-provider"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "MPL-2.0"
description = "Mbedtls based crypto provider for rustls."
Expand Down
2 changes: 1 addition & 1 deletion rustls-mbedpki-provider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-mbedpki-provider"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "MPL-2.0"
description = "Implements rustls PKI traits using mbedtls"
Expand Down

0 comments on commit 08cae7a

Please sign in to comment.