Skip to content

Commit

Permalink
Fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen committed Apr 24, 2024
1 parent de2b16a commit 40e599c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ async-trait.workspace = true
bincode.workspace = true
chrono = { workspace = true, features = ["alloc"] }
sablier-cron.workspace = true
sablier-network-program.workspace = true
sablier-network-program = { workspace = true, features = ["no-entrypoint"] }
sablier-plugin-utils.workspace = true
sablier-relayer-api.workspace = true
sablier-thread-program.workspace = true
sablier-webhook-program.workspace = true
sablier-thread-program = { workspace = true, features = ["no-entrypoint"] }
sablier-webhook-program = { workspace = true, features = ["no-entrypoint"] }
sablier-utils.workspace = true
log.workspace = true
pyth-sdk-solana.workspace = true
Expand Down

0 comments on commit 40e599c

Please sign in to comment.