Skip to content

Commit 4815835

Browse files
committed
build: bump ver of mbedtls-sys-auto
Since from 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
1 parent cbcc38e commit 4815835

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mbedtls-sys/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mbedtls-sys-auto"
3-
version = "2.28.3+patch1"
3+
version = "2.28.4+mbedtls-2.28.3"
44
authors = ["Jethro Beekman <[email protected]>"]
55
build = "build/build.rs"
66
license = "Apache-2.0 OR GPL-2.0-or-later"
@@ -13,6 +13,11 @@ repository = "https://github.com/fortanix/rust-mbedtls"
1313
documentation = "https://docs.rs/mbedtls-sys-auto/"
1414
links = "mbedtls"
1515

16+
[package.metadata.mbedtls]
17+
git = "https://github.com/Mbed-TLS/mbedtls.git"
18+
version = "2.28.3"
19+
rev = "981743de6fcdbe672e482b6fd724d31d0a0d2476"
20+
1621
[lib]
1722
name = "mbedtls_sys"
1823

0 commit comments

Comments
 (0)