Skip to content

Commit ad20151

Browse files
authored
chore(target_chains/solana): fix tokio dependency (#1886)
1 parent bd90dd4 commit ad20151

File tree

1 file changed

+1
-1
lines changed
  • target_chains/solana/programs/pyth-price-store

1 file changed

+1
-1
lines changed

target_chains/solana/programs/pyth-price-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobserver = { version = "=0.1.20", optional = true }
2424
[dev-dependencies]
2525
solana-program-test = "=1.14.17"
2626
solana-sdk = "=1.14.17"
27-
tokio = "*"
27+
tokio = "1.14.1"
2828

2929
[profile.release]
3030
opt-level = "z"

0 commit comments

Comments
 (0)