Преглед на файлове

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"]