Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make lib.rs non-executable #81

Merged
merged 1 commit into from
May 8, 2024
Merged

Make lib.rs non-executable #81

merged 1 commit into from
May 8, 2024

Conversation

V02460
Copy link
Contributor

@V02460 V02460 commented May 1, 2024

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).

@dylanhart dylanhart merged commit a1c1ad0 into dylanhart:master May 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants