-
Notifications
You must be signed in to change notification settings - Fork 3
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
When to go 1.0 and what edition should 1.0 target? #6
Comments
Right, kind of forgot I also overrides into nightly here. I don't have any strong preference for stable though, so if it should be nightly we can mention it in the readme. As far as I checked the only addition for nightly is |
Yeah.. Honestly I can almost guarantee theyre going to be doing good svd2rust work soon and Ill bet it has more nightly stuff, but I figure lets get one release out there for stable folks? |
|
The generated source in master at the moment needs nightly because the gen script is currently enabling nightly to svd2rust.
Seems like were a ways out on that feature rust-lang/rust#32836
Im thinking 1.0 published should probably target stable. If you agree Ill change that.
Also cargo gen needs nightly, I think from rustfmt, but I dont think that matters. Ill document it in the readme though.
The text was updated successfully, but these errors were encountered: