Commit 60ce770
committed
fix: add missing dependencies to checksum_updater_wasm_bin
The rust_binary target was missing several dependencies that are
used in src/main.rs:
- anyhow
- chrono
- hex
- regex
- semver
- serde
- sha2
This caused compilation failures in CI. The rust_wasm_component
target already had all these deps.1 parent 1ab781a commit 60ce770
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
0 commit comments