|
--- 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"}
|