diff --git a/Cargo.toml b/Cargo.toml index c3baf14..9cb65bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [workspace] members = [ "programs/*", + # Drop everything below this line before running "anchor publish": + # Otherwise the build will fail since Anchor uploads only parts of the source tree. "cli/" ]