From ddec108ced9e9f4898d4f5f0e8cd93563130b855 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Thu, 29 May 2025 13:09:54 +0300 Subject: [PATCH] chmod 644 files in runtime Signed-off-by: Uncle Stretch --- runtime/casper/Cargo.toml | 0 runtime/casper/build.rs | 0 runtime/casper/constants/Cargo.toml | 0 runtime/casper/constants/src/lib.rs | 0 runtime/casper/src/cult/mod.rs | 0 runtime/casper/src/cult/origins.rs | 0 runtime/casper/src/cult/tracks.rs | 0 runtime/casper/src/lib.rs | 0 runtime/common/Cargo.toml | 0 runtime/common/src/impls.rs | 0 runtime/common/src/lib.rs | 0 runtime/common/src/weights/block_weights.rs | 0 runtime/common/src/weights/extrinsic.rs | 0 runtime/common/src/weights/mod.rs | 0 14 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 runtime/casper/Cargo.toml mode change 100755 => 100644 runtime/casper/build.rs mode change 100755 => 100644 runtime/casper/constants/Cargo.toml mode change 100755 => 100644 runtime/casper/constants/src/lib.rs mode change 100755 => 100644 runtime/casper/src/cult/mod.rs mode change 100755 => 100644 runtime/casper/src/cult/origins.rs mode change 100755 => 100644 runtime/casper/src/cult/tracks.rs mode change 100755 => 100644 runtime/casper/src/lib.rs mode change 100755 => 100644 runtime/common/Cargo.toml mode change 100755 => 100644 runtime/common/src/impls.rs mode change 100755 => 100644 runtime/common/src/lib.rs mode change 100755 => 100644 runtime/common/src/weights/block_weights.rs mode change 100755 => 100644 runtime/common/src/weights/extrinsic.rs mode change 100755 => 100644 runtime/common/src/weights/mod.rs diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml old mode 100755 new mode 100644 diff --git a/runtime/casper/build.rs b/runtime/casper/build.rs old mode 100755 new mode 100644 diff --git a/runtime/casper/constants/Cargo.toml b/runtime/casper/constants/Cargo.toml old mode 100755 new mode 100644 diff --git a/runtime/casper/constants/src/lib.rs b/runtime/casper/constants/src/lib.rs old mode 100755 new mode 100644 diff --git a/runtime/casper/src/cult/mod.rs b/runtime/casper/src/cult/mod.rs old mode 100755 new mode 100644 diff --git a/runtime/casper/src/cult/origins.rs b/runtime/casper/src/cult/origins.rs old mode 100755 new mode 100644 diff --git a/runtime/casper/src/cult/tracks.rs b/runtime/casper/src/cult/tracks.rs old mode 100755 new mode 100644 diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs old mode 100755 new mode 100644 diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml old mode 100755 new mode 100644 diff --git a/runtime/common/src/impls.rs b/runtime/common/src/impls.rs old mode 100755 new mode 100644 diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs old mode 100755 new mode 100644 diff --git a/runtime/common/src/weights/block_weights.rs b/runtime/common/src/weights/block_weights.rs old mode 100755 new mode 100644 diff --git a/runtime/common/src/weights/extrinsic.rs b/runtime/common/src/weights/extrinsic.rs old mode 100755 new mode 100644 diff --git a/runtime/common/src/weights/mod.rs b/runtime/common/src/weights/mod.rs old mode 100755 new mode 100644