We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead7156 commit f79e19aCopy full SHA for f79e19a
.cargo/config.toml
@@ -0,0 +1,6 @@
1
+# TODO: Remove this workaround when framework_lib updates to built v0.8+ with gix feature.
2
+# Issue: libgit2-sys v0.14.x has a bug on Windows where it doesn't link advapi32.lib.
3
+# The built crate (used by framework_lib) depends on git2 which pulls in the buggy libgit2-sys.
4
+# See: https://github.com/rust-lang/git2-rs/issues/1016
5
+[target.x86_64-pc-windows-msvc]
6
+rustflags = ["-C", "link-arg=advapi32.lib"]
0 commit comments