Skip to content

Commit bfd729a

Browse files
authored
Merge pull request #70 from pyth-network/pyth-sdk-0-5-1
Bump pyth-sdk version to 0.6.0
2 parents 0225ed4 + a4589fb commit bfd729a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5.0" }
17+
pyth-sdk = { path = "../pyth-sdk", version = "0.6.0" }
1818
schemars = "0.8.1"
1919

2020
[dev-dependencies]

pyth-sdk-solana/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5.0" }
22+
pyth-sdk = { path = "../pyth-sdk", version = "0.6.0" }
2323

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

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.5.0"
3+
version = "0.6.0"
44
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)