GuillaumeGomez / rustc-tools

Some internal rustc tools made accessible
https://guillaumegomez.github.io/rustc-tools/
MIT License
41 stars 5 forks source link

Update compiler version to 2024-07-25 (rust 1.80) #35

Closed nsarlin-zama closed 1 month ago

nsarlin-zama commented 1 month ago

Bump the compiler version.

GuillaumeGomez commented 1 month ago

Sorry, I'm a bit under the water lately. ^^'

Gonna try to take a look at it tomorrow. In the meantime I started the CI.

GuillaumeGomez commented 1 month ago

CI still unhappy.

nsarlin-zama commented 1 month ago

CI still unhappy.

I think the workflow needs to be updated, it does a git checkout v0.78.0 on the example repo

GuillaumeGomez commented 1 month ago

Ah I see. Do you mind pushing it to this PR please?

nsarlin-zama commented 1 month ago

I've removed the checkout in the workflow to make the CI work on the PR, but maybe if it's green you might want to add a new tag on the example repo that I can use before merging this ?

GuillaumeGomez commented 1 month ago

I'm not sure why I added a tag in the first place to check it out in this CI. I'm also thinking more and more that I should move examples in this repository to make things simpler.

In any case, CI is happy. Great job, thanks!

I want to rework the API a bit so release will wait until it's done, should be fast. Just need to find one hour to do it. ^^'

GuillaumeGomez commented 1 month ago

Just released the 0.80.0 version of the crate. Enjoy! Gonna update docs shortly.