소스 검색

fix: exclude publisher package from the workspace

Ali Behjati 1 년 전
부모
커밋
258e5ead87
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      target_chains/solana/Cargo.toml

+ 4 - 0
target_chains/solana/Cargo.toml

@@ -7,6 +7,10 @@ members = [
     "common_test_utils",
 ]
 
+exclude = [
+    "programs/pyth-price-publisher"
+]
+
 [profile.release]
 overflow-checks = true
 lto = "fat"