Skip to content

Commit

Permalink
Merge #318
Browse files Browse the repository at this point in the history
318: [v0.9] Bump version of `mbedtls-sys-auto` r=xinyufort a=Taowyoo

Since from [README.md](https://github.com/fortanix/rust-mbedtls/blob/cbcc38e0a9b74725e62fe075739fe4e147a8b097/README.md) we do not statement that the patch version of `mbedtls-sys-auto` should match the C mbedtls's version, so I bump the patch version normally to represent the code change

Co-authored-by: Yuxiang Cao <[email protected]>
  • Loading branch information
bors[bot] and Taowyoo authored Sep 14, 2023
2 parents cbcc38e + 4815835 commit 8654b23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

7 changes: 6 additions & 1 deletion mbedtls-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mbedtls-sys-auto"
version = "2.28.3+patch1"
version = "2.28.4+mbedtls-2.28.3"
authors = ["Jethro Beekman <[email protected]>"]
build = "build/build.rs"
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand All @@ -13,6 +13,11 @@ repository = "https://github.com/fortanix/rust-mbedtls"
documentation = "https://docs.rs/mbedtls-sys-auto/"
links = "mbedtls"

[package.metadata.mbedtls]
git = "https://github.com/Mbed-TLS/mbedtls.git"
version = "2.28.3"
rev = "981743de6fcdbe672e482b6fd724d31d0a0d2476"

[lib]
name = "mbedtls_sys"

Expand Down

0 comments on commit 8654b23

Please sign in to comment.