Skip to content

Commit

Permalink
utils: Fix tests (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Sep 2, 2024
1 parent 70c3a56 commit c531ce1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions scripts/cargo-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Publish shared libs
cargo publish -p sablier-cron
sleep 25
cargo publish -p sablier-macros
sleep 25
cargo publish -p sablier-utils
sleep 25
cargo publish -p sablier-relayer-api
Expand Down
3 changes: 3 additions & 0 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ serde = { workspace = true, features = ["derive"] }
static-pubkey.workspace = true
sablier-macros = { path = "./macros" }
pyth-solana-receiver-sdk.workspace = true

[dev-dependencies]
solana-sdk.workspace = true
4 changes: 0 additions & 4 deletions utils/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ proc-macro = true
syn = { workspace = true, features = ["full"] }
proc-macro2.workspace = true
quote.workspace = true

[dev-dependencies]
sablier-utils.workspace = true
solana-sdk.workspace = true
File renamed without changes.

0 comments on commit c531ce1

Please sign in to comment.