blob: 1e5d512b2fa7401eb305ab06bb6a72f326c26070 [file] [log] [blame] [edit]
# cargo --config Cargo.aarch64-pc-windows-msvc.toml build
#
# Workaround ring issues to build on Windows ARM64.
# See https://github.com/briansmith/ring/issues/1167 for details.
[patch.crates-io]
ring = { git = "https://github.com/awakecoding/ring", branch = "0.16.20_alpha" }