gabdube / native-windows-gui

A light windows GUI toolkit for rust
https://gabdube.github.io/native-windows-gui/
MIT License
1.96k stars 127 forks source link

syn is now 1.0.98 and the syn::group module is private #253

Closed githik999 closed 2 years ago

githik999 commented 2 years ago

syn 1.0.98 not compatible with native-windows-derive = 1.0.4

am i the only one having this problem?

right now i just change the native-windows-derive/Cargo.toml to

[dependencies.syn]
version = "=1.0.97"

and wait for the native-windows-derive official update

thanks for your time in advance

gabdube commented 2 years ago

Thanks for the heads up! Right now the tests pulls syn 1.0.68 by default. I'll try to push an update soon enough.

githik999 commented 2 years ago

looking forward to it!

gabdube commented 2 years ago

Done! You can target native-windows-derive 1.0.5 and it will work with the latest version on syn.

githik999 commented 2 years ago

Done! You can target native-windows-derive 1.0.5 and it will work with the latest version on syn.

thumbs up! i will try it right away