idanarye / rust-typed-builder

Compile-time type-checked builder derive
https://crates.io/crates/typed-builder
Apache License 2.0
904 stars 52 forks source link

New release #100

Closed langston-barrett closed 1 year ago

langston-barrett commented 1 year ago

Looks like support for syn 2 was added in https://github.com/idanarye/rust-typed-builder/commit/1626e3e26951af04cd1d78d316dce62d6d98f849 / #85, but that change is not yet in the latest release on crates.io. This crate is a transitive dependency of my project, and I'd like to upgrade all of my transitive dependencies to use syn 2 so I can avoid compiling both syn 1 and syn 2 (syn takes a long time to compile). Any chance you could push a new release to crates.io? Much appreciated!

idanarye commented 1 year ago

Right, sorry about that. I wanted to to make a release after #95 and #96 get merged, but I guess there is no reason not to do one now and another once they are in.

Also, congrats on issue number 100!

mo8it commented 1 year ago

I don't think that we have to wait. I am very busy right now so my PR will delay. You can just make a release :D