Skip to content

Commit 8195a38

Browse files
committed
fix: use crates version of pythnet-sdk
1 parent 632ee45 commit 8195a38

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

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

program/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ num-traits = "0.2"
1717
byteorder = "1.4.3"
1818
serde = { version = "1.0", features = ["derive"], optional = true }
1919
strum = { version = "0.24.1", features = ["derive"], optional = true }
20-
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", branch="feat/publisher-caps"}
20+
pythnet-sdk = "2.2.0"
2121
solana-sdk = { version = "=1.14.17", optional = true }
2222
bitflags = { version = "2.6.0", features = ["bytemuck"] }
2323

@@ -31,7 +31,7 @@ rand = "0.8.5"
3131
quickcheck_macros = "1"
3232
bincode = "1.3.3"
3333
serde = { version = "1.0", features = ["derive"] }
34-
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", branch="feat/publisher-caps", features = ["quickcheck"]}
34+
pythnet-sdk = { version = "2.2.0" , features = ["quickcheck"]}
3535
serde_json = "1.0"
3636
test-generator = "0.3.1"
3737
csv = "1.1"

0 commit comments

Comments
 (0)