From 40aba0e3afd412c7729b1608de1ea7a58fb714c1 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Thu, 29 May 2025 12:58:09 +0300 Subject: [PATCH] chmod 644 files in rpc Signed-off-by: Uncle Stretch --- rpc/Cargo.toml | 0 rpc/src/lib.rs | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 rpc/Cargo.toml mode change 100755 => 100644 rpc/src/lib.rs diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml old mode 100755 new mode 100644 diff --git a/rpc/src/lib.rs b/rpc/src/lib.rs old mode 100755 new mode 100644