Skip to content

Commit 00cb6f4

Browse files
committed
fixup! pyth: introduce pyth accumulator library
1 parent edbbe96 commit 00cb6f4

File tree

3 files changed

+3
-3
lines changed

3 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.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ num-derive = { version = "0.3" }
3232
num-traits = { version = "0.2" }
3333
num_cpus = "1.13.1"
3434
ouroboros = "0.14.2"
35-
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "1.13.6", rev = "407252000643f0c933ad23194ceabb6a6f0a4bf9" }
35+
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "1.13.6", rev = "e670f57f89b05398ca352e4accb1e32724a8e1b4" }
3636
rand = "0.7.0"
3737
rayon = "1.5.1"
3838
regex = "1.5.4"

sdk/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lazy_static = "1.4.0"
2525
log = "0.4.14"
2626
num-derive = "0.3"
2727
num-traits = "0.2"
28-
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "1.13.6", rev = "407252000643f0c933ad23194ceabb6a6f0a4bf9" }
28+
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "1.13.6", rev = "e670f57f89b05398ca352e4accb1e32724a8e1b4" }
2929
rustversion = "1.0.3"
3030
serde = "1.0.112"
3131
schemars = "0.8.8"

0 commit comments

Comments
 (0)