Skip to content

Commit ce44ef5

Browse files
committed
Update revision for pythnet-sdk dependency to reflect the main branch commit
1 parent 3befd7a commit ce44ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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", rev="e7a3a98ac957782075615936fd689aa9283dfb09"}
20+
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", rev="60144002053a93f424be70decd8a8ccb8d618d81"}
2121

2222
[dev-dependencies]
2323
solana-program-test = "=1.13.3"
@@ -29,7 +29,7 @@ rand = "0.8.5"
2929
quickcheck_macros = "1"
3030
bincode = "1.3.3"
3131
serde = { version = "1.0", features = ["derive"] }
32-
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", rev="e7a3a98ac957782075615936fd689aa9283dfb09", features = ["quickcheck"]}
32+
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", rev="60144002053a93f424be70decd8a8ccb8d618d81", features = ["quickcheck"]}
3333
serde_json = "1.0"
3434
test-generator = "0.3.1"
3535
csv = "1.1"

0 commit comments

Comments
 (0)