Repository contains broken license symlinks on case-sensitive filesystem

6 views
Skip to first unread message

David Tolnay

unread,
Jul 7, 2026, 7:24:13 PMJul 7
to rust-embed-devs
The two symlinks at /impl/license and /utils/license are symlinks to "../license". Either they should be symlinks to "../LICENSE", or /LICENSE should be renamed to /license.


$ head -1 LICENSE
The MIT License (MIT)

$ ls -l impl/license
lrwxrwxrwx 1 david david 10 Jul  7 16:08 impl/license -> ../license

$ head -1 impl/license
head: cannot open 'impl/license' for reading: No such file or directory

Peter John

unread,
Jul 8, 2026, 2:05:30 AMJul 8
to rust-embed-devs
Thanks. Fixed and released in v8.12.0
Reply all
Reply to author
Forward
0 new messages