Browse Source

fix: exclude publisher package from the workspace

Ali Behjati 1 year ago
parent
commit
258e5ead87
1 changed files with 4 additions and 0 deletions
  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"