瀏覽代碼

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"