Open honsunrise opened 3 months ago
Avoid this #![cfg_attr(windows_raw_dylib, feature(raw_dylib))] in windows-sys 0.48.0.
#![cfg_attr(windows_raw_dylib, feature(raw_dylib))]
The feature raw_dylib has been stable since 1.71.0.
raw_dylib
1.71.0
there is more recent version (0.59.0) available
Avoid this
#![cfg_attr(windows_raw_dylib, feature(raw_dylib))]
in windows-sys 0.48.0.The feature
raw_dylib
has been stable since1.71.0
.