Skip to content

Commit

Permalink
chore: Fix dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Sep 2, 2024
1 parent 466bdc3 commit fe7157d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rustc_version = "0.4"
sablier-cron = { path = "./cron", version = "=1.0.1" }
sablier-network-program = { path = "./programs/network", version = "=1.0.1" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.1" }
sablier-macros = { path = "./utils/macros", version = "=1.0.1" }
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.1" }
sablier-thread-program = { path = "./programs/thread", version = "=1.0.1" }
sablier-utils = { path = "./utils", version = "=1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anchor-lang.workspace = true
base64.workspace = true
serde = { workspace = true, features = ["derive"] }
static-pubkey.workspace = true
sablier-macros = { path = "./macros" }
sablier-macros.workspace = true
pyth-solana-receiver-sdk.workspace = true

[dev-dependencies]
Expand Down

0 comments on commit fe7157d

Please sign in to comment.