Skip to content

Commit be75e0a

Browse files
committed
build: bump versions
1 parent 5cab60d commit be75e0a

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

Cargo.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mbedtls-platform-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mbedtls-platform-support"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Yuxiang Cao <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"

mbedtls-sys/Cargo.toml

Lines changed: 1 addition & 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"
3+
version = "2.28.3+patch1"
44
authors = ["Jethro Beekman <[email protected]>"]
55
build = "build/build.rs"
66
license = "Apache-2.0 OR GPL-2.0-or-later"

mbedtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mbedtls"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Jethro Beekman <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"

0 commit comments

Comments
 (0)