Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibly add a tag or branch with stable/working code so its easier to use in rust projects #6

Open
MCorange99 opened this issue Apr 5, 2024 · 2 comments

Comments

@MCorange99
Copy link

Im currently not seeing a way to do something like this:

...

[dependencies]
soft65c02 = {git = "https://github.com/chanmix51/soft65c02", commit = "e7e6615"}

so it would be nice if there was a tag or a branch that would point to e7e6615

Unless the library works again ofc, then i could just use master

@chanmix51
Copy link
Owner

Hi sorry for the breaking change, I had no clue some people really used this soft.
I have set a latest_stable tag that points to e7e6615.

@chanmix51
Copy link
Owner

Please note that the library in itself is not impacted by the rework so it should work as before. The lib is now a crate in a workspace. This line in your Cargo.toml should do the trick as stated here:

soft65c02_lib = { git = "https://github.com/chanmix51/soft65c02" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants