Skip to content

Commit

Permalink
testing: update patch to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed May 11, 2023
1 parent b65b992 commit 2ae7e20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ members = ["mbedtls"]
# By default, Cargo chooses the `mbedtls-sys-auto` version from crates.io for `mbedtls-selftest`,
# which conflicts with the local `mbedtls-sys-auto` used by `mbedtls`.
# This patch ensures the local `mbedtls-sys-auto` is used for both crates.
mbedtls-platform-support = { git = "https://github.com/fortanix/rust-mbedtls.git", branch = "yx/mbedtls-platform-support"}
mbedtls-sys-auto = { git = "https://github.com/fortanix/rust-mbedtls.git", branch = "yx/mbedtls-platform-support"}
# TODO: remove these patches once `mbedtls-platform-support v0.1.0` is published
mbedtls-platform-support = { git = "https://github.com/fortanix/rust-mbedtls.git", branch = "master"}
mbedtls-sys-auto = { git = "https://github.com/fortanix/rust-mbedtls.git", branch = "master"}

0 comments on commit 2ae7e20

Please sign in to comment.