Skip to content

Commit

Permalink
remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed May 12, 2023
1 parent 2ae7e20 commit ac84a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

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

10 changes: 0 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
[workspace]
members = ["mbedtls"]

[patch.crates-io]
# This patch resolves a local dependency conflict between `mbedtls` and `mbedtls-selftest`.
# Both of these crates require the native library `mbedtls-sys-auto`.
# 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.
# 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 ac84a02

Please sign in to comment.