From eddad4c0f45755834f2376024b594d71c1e06ae9 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 13 Mar 2025 13:18:56 +0100 Subject: [PATCH] fix: add version to Cargo.toml I made a mistake and thought removing redundant version would help but it caught me during the publish of the package. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d14541d..78e0cf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ members = [ ] [workspace.dependencies] -pyth-sdk = { path = "./pyth-sdk" } -pyth-sdk-solana = { path = "./pyth-sdk-solana" } +pyth-sdk = { path = "./pyth-sdk", version = "0.8.0" } +pyth-sdk-solana = { path = "./pyth-sdk-solana", version = "0.10.4" } solana-program = ">= 1.10" borsh = "0.10.3"