rust-bitcoin-unsafe-fast/contrib
Tobin C. Harding 685e5101ce
Add wasm dev-deps using CI script
We only test WASM in CI using a stable toolchain however because we have
a target specific dev-dependencies section the wasm deps get pulled in
during MSRV builds - this breaks the MSRV build.

Instead of including WASM dev-dependencies in the manifest we can
dynamically modify the manifest when running the WASM tests. We do this
already to add the `crate-type` section so this is not really that
surprising to see in the CI script.

Doing so allows us to stop pinning the transitive `syn` dependency also
which is included in the dependency graph because of `wasm-bingen-test`.
2023-10-05 11:16:24 +11:00
..
release.sh rename bitcoin-private to bitcoin-internals 2023-05-26 19:49:52 +00:00
test.sh Add wasm dev-deps using CI script 2023-10-05 11:16:24 +11:00
update-lock-files.sh Add a script for updating lock files 2023-08-24 11:03:06 +10:00