Closed dancrossnyc closed 2 months ago
Run cargo update for xtask. This just updates dependencies for the build polyfill, not phbl itself. Testing is thus trivial: one simply builds phbl with cargo xtask build.
cargo update
xtask
phbl
cargo xtask build
Run
cargo update
forxtask
. This just updates dependencies for the build polyfill, notphbl
itself. Testing is thus trivial: one simply buildsphbl
withcargo xtask build
.