Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
Bump version to distinguish with 3.4.0 mbedtls
  • Loading branch information
Taowyoo committed Jun 26, 2023
1 parent 6fb0cb2 commit 6393d86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion mbedtls-platform-support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mbedtls-platform-support"
version = "0.2.0"
version = "0.3.0"
authors = ["Yuxiang Cao <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mbedtls"
version = "0.10.0"
version = "0.11.0"
authors = ["Jethro Beekman <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down Expand Up @@ -38,7 +38,7 @@ features = ["trusted_cert_callback", "threading"]
path = "../mbedtls-sys"

[dependencies.mbedtls-platform-support]
version = "0.2"
version = "0.3"
path = "../mbedtls-platform-support"

[dev-dependencies]
Expand Down

0 comments on commit 6393d86

Please sign in to comment.