Przeglądaj źródła

fix: exclude publisher package from the workspace

Ali Behjati 1 rok temu
rodzic
commit
258e5ead87
1 zmienionych plików z 4 dodań i 0 usunięć
  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"