Skip to content

Commit

Permalink
try fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Nov 2, 2023
1 parent e5e0316 commit f03fffd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
9 changes: 3 additions & 6 deletions Cargo.lock

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

12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[workspace]
members = [
"rustls-mbedcrypto-provider",
"rustls-mbedpki-provider"
]
default-members = [
"rustls-mbedcrypto-provider",
]
members = ["rustls-mbedcrypto-provider", "rustls-mbedpki-provider"]
default-members = ["rustls-mbedcrypto-provider"]
resolver = "2"

[patch.crates-io]
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", branch = "yx/fix-macos-build" }

0 comments on commit f03fffd

Please sign in to comment.