notify-rs / notify

🔭 Cross-platform filesystem notification library for Rust.
https://docs.rs/notify
2.77k stars 222 forks source link

notify crate not actually including license text #526

Closed erickt closed 1 year ago

erickt commented 1 year ago

In https://github.com/notify-rs/notify/issues/514, I requested that the license text be included in the crate. This was supposed to be fixed in https://github.com/notify-rs/notify/pull/464, but it appears that the text hasn't actually gotten into the crate. This can be easiest to see on docs.rs:

Are the releases being cut from a windows machine? If that's the case, I'm guessing these files are symlinks on unix, but maybe windows isn't interpreting them as symlinks, and is just including their contents?

0xpr03 commented 1 year ago

Are the releases being cut from a windows machine

Yep, that's the issue. But it shouldn't be the case anymore since #520 with the upcoming release, as no symlinks are in use anymore.

0xpr03 commented 1 year ago

Fixed by #520