ソースを参照

harness: Allow publishing (#160)

#### Problem

I tried to publish the crate, and forgot that it still has `publish =
false` set on it.

#### Summary of changes

Allow publishing.
Jon C 3 週間 前
コミット
f035d53df8
1 ファイル変更0 行追加1 行削除
  1. 0 1
      mollusk_harness/Cargo.toml

+ 0 - 1
mollusk_harness/Cargo.toml

@@ -3,7 +3,6 @@ name = "spl-associated-token-account-mollusk-harness"
 version = "1.0.0"
 version = "1.0.0"
 edition = "2021"
 edition = "2021"
 license = "Apache-2.0"
 license = "Apache-2.0"
-publish = false
 
 
 [lib]
 [lib]
 crate-type = ["lib"]
 crate-type = ["lib"]