We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
all-static
1 parent ecfe927 commit 796853cCopy full SHA for 796853c
Cargo.toml
@@ -139,3 +139,5 @@ doc = false
139
vendored-openssl = ["openssl/vendored"]
140
vendored-libgit2 = ["libgit2-sys/vendored"]
141
pretty-env-logger = ["pretty_env_logger"]
142
+# This is primarily used by rust-lang/rust distributing cargo the executable.
143
+all-static = ['vendored-openssl', 'curl/static-curl', 'curl/force-system-lib-on-osx']
0 commit comments