Skip to content

Commit 8c56e4f

Browse files
authored
fix: add version to Cargo.toml (#130)
I made a mistake and thought removing redundant version would help but it caught me during the publish of the package.
1 parent d5fca4e commit 8c56e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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" }
12-
pyth-sdk-solana = { path = "./pyth-sdk-solana" }
11+
pyth-sdk = { path = "./pyth-sdk", version = "0.8.0" }
12+
pyth-sdk-solana = { path = "./pyth-sdk-solana", version = "0.10.4" }
1313

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

0 commit comments

Comments
 (0)