Skip to content

Commit

Permalink
env test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrena-Corto committed Oct 20, 2024
1 parent 0faec07 commit 6c29f8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ rayon = "1.10.0"
regex = "1.10.6"
reqwest = "0.11"
rustc_version = "0.4"
sablier-cron = { path = "./cron" }
sablier-network-program = { path = "./programs/network" }
sablier-plugin-utils = { path = "./plugin/utils" }
sablier-macros = { path = "./utils/macros" }
sablier-thread-program = { path = "./programs/thread" }
sablier-utils = { path = "./utils" }
sablier-cron = { path = "./cron", version = "=1.2.1" }
sablier-network-program = { path = "./programs/network", version = "=1.2.1" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.2.1" }
sablier-macros = { path = "./utils/macros", version = "=1.2.1" }
sablier-thread-program = { path = "./programs/thread", version = "=1.2.1" }
sablier-utils = { path = "./utils", version = "=1.2.1" }
serde = "1.0"
serde_json = "1.0"
solana-account-decoder = "=1.18.25"
Expand Down
3 changes: 3 additions & 0 deletions plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ rustc_version.workspace = true

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[env]
SPEC = "https://github.com/sablier-xyz/sablier/tree/HEAD"

0 comments on commit 6c29f8e

Please sign in to comment.