diff --git a/target_chains/solana/Cargo.lock b/target_chains/solana/Cargo.lock index 64eb98dda7..b82c48b7ae 100644 --- a/target_chains/solana/Cargo.lock +++ b/target_chains/solana/Cargo.lock @@ -3120,10 +3120,9 @@ dependencies = [ [[package]] name = "pyth-solana-receiver-sdk" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anchor-lang", - "bytemuck_derive", "hex", "pythnet-sdk", "solana-program", @@ -6212,7 +6211,7 @@ dependencies = [ [[package]] name = "wormhole-core" version = "0.1.0" -source = "git+https://github.com/guibescos/wormhole?branch=reisen/sdk-solana#b0da20525fe68408ed2c8b331eb5f63101381936" +source = "git+https://github.com/guibescos/wormhole?branch=reisen%2Fsdk-solana#b0da20525fe68408ed2c8b331eb5f63101381936" dependencies = [ "borsh 0.9.3", "bstr 0.2.17", @@ -6258,7 +6257,7 @@ dependencies = [ [[package]] name = "wormhole-solana" version = "0.1.0" -source = "git+https://github.com/guibescos/wormhole?branch=reisen/sdk-solana#b0da20525fe68408ed2c8b331eb5f63101381936" +source = "git+https://github.com/guibescos/wormhole?branch=reisen%2Fsdk-solana#b0da20525fe68408ed2c8b331eb5f63101381936" dependencies = [ "borsh 0.9.3", "bstr 0.2.17", diff --git a/target_chains/solana/pyth_solana_receiver_sdk/Cargo.toml b/target_chains/solana/pyth_solana_receiver_sdk/Cargo.toml index 63cbfb2313..0d4cfc8992 100644 --- a/target_chains/solana/pyth_solana_receiver_sdk/Cargo.toml +++ b/target_chains/solana/pyth_solana_receiver_sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-solana-receiver-sdk" -version = "0.6.1" +version = "0.7.0" description = "SDK for the Pyth Solana Receiver program" authors = ["Pyth Data Association"] repository = "https://github.com/pyth-network/pyth-crosschain" @@ -15,7 +15,6 @@ name = "pyth_solana_receiver_sdk" [dependencies] anchor-lang = ">=0.28.0" hex = ">=0.4.3" -bytemuck_derive = "<=1.8.1" # After this version, MSRV 1.84 is required. pythnet-sdk = { path = "../../../pythnet/pythnet_sdk", version = "2.1.0", features = [ "solana-program", ] }