Skip to content

Commit

Permalink
Bump version of mbedtls-sys-auto to 2.28.8
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jun 28, 2024
1 parent 9bf6444 commit 863d394
Show file tree
Hide file tree
Showing 2 changed files with 15 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.

17 changes: 14 additions & 3 deletions 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.7"
version = "2.28.8"
authors = ["Jethro Beekman <[email protected]>"]
build = "build/build.rs"
license = "Apache-2.0 OR GPL-2.0-or-later"
Expand Down Expand Up @@ -50,8 +50,19 @@ quote = "1.0.9"
# * strstr/strlen/strncpy/strncmp/strcmp/snprintf
# * memmove/memcpy/memcmp/memset
# * rand/printf (used only for self tests. optionally use custom_printf)
default = ["std", "debug", "threading", "zlib", "time", "aesni", "padlock", "legacy_protocols"]
std = ["debug"] # deprecated automatic enabling of debug, can be removed on major version bump
default = [
"std",
"debug",
"threading",
"zlib",
"time",
"aesni",
"padlock",
"legacy_protocols",
]
std = [
"debug",
] # deprecated automatic enabling of debug, can be removed on major version bump
debug = []
custom_printf = []
custom_has_support = []
Expand Down

0 comments on commit 863d394

Please sign in to comment.