Skip to content

Commit

Permalink
No entrypoint on program imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Oct 17, 2024
1 parent 84e8208 commit 805bd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jito-account-traits-derive = { git = "https://github.com/jito-foundation/restaki
jito-jsm-core = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-restaking-client = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-restaking-core = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-restaking-program = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-restaking-program = { features = ["no-entrypoint"], git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-restaking-sdk = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-vault-client = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-vault-core = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-vault-program = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-vault-program = { features = ["no-entrypoint"], git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }
jito-vault-sdk = { git = "https://github.com/jito-foundation/restaking.git", version = "=0.0.2" }

0 comments on commit 805bd80

Please sign in to comment.