You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments