nervosnetwork / molecule

Another serialization system: minimalist and canonicalization.
MIT License
36 stars 23 forks source link

chore: bump version to v0.7.4 #66

Closed eval-exec closed 1 year ago

eval-exec commented 1 year ago

We have merged "custom Union ID" feature (#65 ) into master, then this PR want to bump version from 0.7.3 to v0.7.4. @yangby-cryptape @quake

eval-exec commented 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