rustzx / rustzx

ZX Spectrum emulator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove cyclic dependencies between `rustzx-core` and `rustzx-utils`

pacmancoder opened this issue · comments

rustzx-utils dev-dependency inside rustzx-core prevents to publish new rustzx-core crate version unless rustzx-utils dev-dependency is commented out and --allow-dirty is passed to cargo publish.

One of the possible solutions is to move rustzx-core tests out of the crate itself. Tests will not be published in that case (there is no point in that)