Skip to content

Commit

Permalink
fix feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Oct 30, 2024
1 parent 97c868e commit 681bd06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion program-states/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ readme = "README.md"
crate-type = ["cdylib", "lib"]

[features]
testing = []
no-entrypoint = []
cpi = ["no-entrypoint"]

[dependencies]
anchor-lang = { workspace = true, features = ["init-if-needed"] }
Expand Down
2 changes: 0 additions & 2 deletions program-states/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ pub mod state;

// Requires by Anchor to declare accounts in crate
declare_id!("C62KFt3Ujv4GmgaNRpTzyvkERVW2jPSje7cGaw4L5hAx");

// declare_id!("AbgVx5htP4yW1XNzzwu2N7hfRd2mCLSSSZLJQihUdPow");

0 comments on commit 681bd06

Please sign in to comment.