فهرست منبع

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"
 edition = "2021"
 license = "Apache-2.0"
-publish = false
 
 [lib]
 crate-type = ["lib"]