mre / mos6502

MOS 6502 emulator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New versions not on cargo.io

omarandlorraine opened this issue · comments

We have released versions 0.3.0 and 0.4.0, but crates.io seems stuck on version 0.2.0 from around 2 years ago.

Huh, let me quickly push a new release. For the future, we should push it to crates.io automatically with Github actions.

Alright, I published 0.3.0 and 0.4.0 and bumped master to 0.5.0 for the next release.

Alright, we set up the pipeline, so this should no longer happen in the future. Now, whenever we tag a release, it will automatically be pushed to crates.io.

Thanks!