From 93f048cc827516913f898a06db9911a3ae04f9e8 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:44:32 +0700 Subject: [PATCH] fix: file permission --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8ab144a..c6e15c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,11 +15,7 @@ license = "Unlicense" repository = "https://github.com/r0gue-io/pop-node/" [workspace] -exclude = [ - "extension/contract", - "pop-api", - "tests/contracts", -] +exclude = [ "extension/contract", "pop-api", "tests/contracts" ] members = [ "integration-tests", "node",