Closed eval-exec closed 1 year ago
The CI action failed on "make clippy", investigating the cause:
❯ make clippy
error: failed to select a version for the requirement `molecule = "=0.7.3"`
candidate versions found which didn't match: 0.7.4
location searched: /home/exec/Projects/github.com/nervosnetwork/molecule/bindings/rust
required by package `molecule-codegen v0.7.4 (/home/exec/Projects/github.com/nervosnetwork/molecule/tools/codegen)`
... which satisfies path dependency `codegen` of package `molecule-ci-tests v0.7.4 (/home/exec/Projects/github.com/nervosnetwork/molecule/examples/ci-tests)`
make: *** [Makefile:35: clippy] Error 101
We have merged "custom Union ID" feature (#65 ) into master, then this PR want to bump version from
0.7.3
tov0.7.4
. @yangby-cryptape @quake