dojo icon indicating copy to clipboard operation
dojo copied to clipboard

ci: Github Action for `cargo-udeps` failed

Open github-actions[bot] opened this issue 1 year ago • 2 comments

cargo-udeps failed: https://github.com/dojoengine/dojo/actions/runs/8960124577 Reference: branch refs/heads/main (commit 5a3d2464065ac19e98977178d9fec8501868585e).

github-actions[bot] avatar May 05 '24 18:05 github-actions[bot]

udeps is broken since it uses nightly compiler and there was a bug in scarb build script which causes build to fail when using newer version of compiler.

build script has been fixed, should start working from next release.

see: https://github.com/software-mansion/scarb/pull/1213

itzlambda avatar May 07 '24 11:05 itzlambda

this particular issue was not fixed by the linked PR since its blocked on scarb release

itzlambda avatar May 16 '24 09:05 itzlambda