Skip to content

Commit 2a4bedd

Browse files
authored
Merge pull request #71 from pyth-network/pyth-sdk-0-6-1
Bump Pyth SDK and Pyth SDK Solana to 0.6.1
2 parents bfd729a + 593a6a7 commit 2a4bedd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyth-sdk-cw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
cosmwasm-std = { version = "1.0.0" }
1515
cosmwasm-storage = { version = "1.0.0" }
1616
serde = { version = "1.0.136", features = ["derive"] }
17-
pyth-sdk = { path = "../pyth-sdk", version = "0.6.0" }
17+
pyth-sdk = { path = "../pyth-sdk", version = "0.6.1" }
1818
schemars = "0.8.1"
1919

2020
[dev-dependencies]

pyth-sdk-solana/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-sdk-solana"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -19,7 +19,7 @@ num-derive = "0.3"
1919
num-traits = "0.2"
2020
thiserror = "1.0"
2121
serde = { version = "1.0.136", features = ["derive"] }
22-
pyth-sdk = { path = "../pyth-sdk", version = "0.6.0" }
22+
pyth-sdk = { path = "../pyth-sdk", version = "0.6.1" }
2323

2424
[dev-dependencies]
2525
solana-client = "1.8.1, < 1.11"

pyth-sdk-solana/test-contract/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test-bpf = []
88
no-entrypoint = []
99

1010
[dependencies]
11-
pyth-sdk-solana = { path = "../", version = "0.6.0" }
11+
pyth-sdk-solana = { path = "../", version = "0.6.1" }
1212
solana-program = "1.8.1, < 1.11" # Currently latest Solana 1.11 crate can't build bpf: https://github.com/solana-labs/solana/issues/26188
1313
bytemuck = "1.7.2"
1414
borsh = "0.9"

pyth-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-sdk"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)