Skip to content

Commit 73fd8e6

Browse files
committed
chore: bump solana sdk package
1 parent 0b685c5 commit 73fd8e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ members = [
88
]
99

1010
[workspace.dependencies]
11-
pyth-sdk = { path = "./pyth-sdk", version = "0.8.0" }
12-
pyth-sdk-solana = { path = "./pyth-sdk-solana", version = "0.10.3" }
11+
pyth-sdk = { path = "./pyth-sdk" }
12+
pyth-sdk-solana = { path = "./pyth-sdk-solana" }
1313

1414
solana-program = ">= 1.10"
1515
borsh = "0.10.3"

pyth-sdk-solana/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-sdk-solana"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
authors = ["Pyth Data Foundation"]
55
workspace = "../"
66
edition = "2018"

0 commit comments

Comments
 (0)