Closed danielmellado closed 10 months ago
If possible, it would be great if you could release a new version of cached (especifically cached_proc_macro and cached_proc_macro_types) that contains the license texts. I'm currently working on updating the packages for the cached* crates in Fedora Linux, and I'm currently blocked on published versions of cahed_proc_macro and cached_proc_macro_types not containing the required license texts.
Thanks @danielmellado , released in 0.48.1, 0.19.1, 0.1.1
Adding the symlinks to the license files was missing when adding the crate. Without this, "cargo publish" will not include them.
Both the Apache-2.0 and MIT licenses require that redistributed sources contain a copy of the actual license text,
Signed-off-by: Daniel Mellado dmellado@redhat.com