Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ed4ef42

Browse files
Remove explicit tokio (#1470)
1 parent cd57d1c commit ed4ef42

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binary-oracle-pair/program/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-bpf = []
1313
[dependencies]
1414
num-derive = "0.3"
1515
num-traits = "0.2"
16-
solana-program = "1.5.14"
16+
solana-program = "1.6.1"
1717
spl-token = { version = "3.0", path = "../../token/program", features = [ "no-entrypoint" ] }
1818
thiserror = "1.0"
1919
uint = "0.8"
@@ -22,8 +22,7 @@ borsh = "0.8.2"
2222

2323
[dev-dependencies]
2424
solana-program-test = "1.6.1"
25-
solana-sdk = "1.5.14"
26-
tokio = { version = "1.3.0", features = ["macros"]}
25+
solana-sdk = "1.6.1"
2726

2827
[lib]
2928
crate-type = ["cdylib", "lib"]

0 commit comments

Comments
 (0)