While packaging ulid-rs for Fedora, our checks complained about lib.rs being an executable file with an invalid hash bang. Because it is a Rust source file, there is no need for it to be executable at all.
This PR changes the file permissions of lib.rs to be non-executable (755→644).
While packaging ulid-rs for Fedora, our checks complained about lib.rs being an executable file with an invalid hash bang. Because it is a Rust source file, there is no need for it to be executable at all.
This PR changes the file permissions of lib.rs to be non-executable (755→644).