From 53243cc4ddc396f1dd55a949a87744fc7701b679 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sun, 1 Dec 2024 12:46:26 -0800 Subject: [PATCH] Fix source file permissions. `lib.rs` seems to be erroneously marked as executable. This has no purpose, and combined with the `#![...]` in the first line confuses any tools that expect the shebang line. --- src/lib.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/lib.rs diff --git a/src/lib.rs b/src/lib.rs old mode 100755 new mode 100644