We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1d87f commit b5049f0Copy full SHA for b5049f0
contrib/reproducible/guix/build.sh
@@ -17,6 +17,11 @@ replace-with = "vendored_sources"
17
git = "https://github.com/edouardparis/iced"
18
branch = "patch-0.12.3"
19
replace-with = "vendored_sources"
20
+
21
+[source."https://github.com/wizardsardine/bdk"]
22
+git = "https://github.com/wizardsardine/bdk"
23
+branch = "release/1.0.0-alpha.13"
24
+replace-with = "vendored_sources"
25
EOF
26
27
ls -la .cargo/config.toml
0 commit comments