Skip to content

Commit

Permalink
Bump mbedtls-sys-auto version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash Sahebolamri committed Dec 13, 2024
1 parent 46a8817 commit 245b158
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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.

8 changes: 5 additions & 3 deletions mbedtls-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "mbedtls-sys-auto"
version = "2.28.7"
# This version should match the version of upstream c mbedtls, except that the patch component should
# be 1000 * upstream_patch + our_patch. For example, version 2.28.9001 corresponds to c mbedtls 2.28.9
version = "2.28.9000"
authors = ["Jethro Beekman <[email protected]>"]
build = "build/build.rs"
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand All @@ -15,8 +17,8 @@ links = "mbedtls"

[package.metadata.mbedtls]
git = "https://github.com/Mbed-TLS/mbedtls.git"
version = "2.28.7"
rev = "555f84735aecdbd76a566cf087ec8425dfb0c8ab"
version = "2.28.9+"
rev = "9b1ec06287f022baba9623b6f45688c4276e4955"

[lib]
name = "mbedtls_sys"
Expand Down

0 comments on commit 245b158

Please sign in to comment.