Skip to content

Commit

Permalink
chore: make test_utils local only
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Sep 13, 2024
1 parent 227d05d commit 16eea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ web-sys = "0.3"
zstd = { version = "0.13", default-features = false }

# crates
test_utils = { path = "./crates/test_utils", version = "0.1.0" }
test_utils = { path = "./crates/test_utils" }
test_utils_solana = { path = "./crates/test_utils_solana", version = "0.1.0" }
wallet_standard = { path = "./crates/wallet_standard", version = "0.1.0" }
wallet_standard_browser = { path = "./crates/wallet_standard_browser", version = "0.1.0" }
Expand Down

0 comments on commit 16eea6d

Please sign in to comment.