vp-build/srcpkgs/rustup/patches/libressl-2.8.patch

10 lines
266 B
Diff

--- Cargo.toml
+++ Cargo.toml
@@ -77,3 +77,6 @@
name = "rustup-init"
path = "src/rustup-cli/main.rs"
test = false # no unit tests
+
+[patch.crates-io]
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}