Skip to content

Commit

Permalink
Merge pull request #26 from w4rum/main
Browse files Browse the repository at this point in the history
exclude security_txt from no-entrypoint builds
  • Loading branch information
ogmedia authored Jan 27, 2023
2 parents 64f92d1 + f609f08 commit 9d25078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/squads-mpl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pub mod errors;

use solana_security_txt::security_txt;

#[cfg(not(feature = "no-entrypoint"))]
security_txt! {
name: "Squads MPL",
project_url: "https://squads.so",
Expand Down

0 comments on commit 9d25078

Please # to comment.