From 5a27e89c212c75ebc7d7afddd27b5ae3ae8360ca Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Tue, 7 Jan 2025 13:59:09 +0000 Subject: [PATCH] go --- staking/Cargo.lock | 4 ++-- staking/rust-toolchain | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 staking/rust-toolchain diff --git a/staking/Cargo.lock b/staking/Cargo.lock index 7417332e..daf9f740 100644 --- a/staking/Cargo.lock +++ b/staking/Cargo.lock @@ -6217,7 +6217,7 @@ dependencies = [ [[package]] name = "wormhole-core" version = "0.1.0" -source = "git+https://github.com/guibescos/wormhole?branch=reisen%2Fsdk-solana#b0da20525fe68408ed2c8b331eb5f63101381936" +source = "git+https://github.com/guibescos/wormhole?branch=reisen/sdk-solana#b0da20525fe68408ed2c8b331eb5f63101381936" dependencies = [ "borsh 0.9.3", "bstr 0.2.17", @@ -6269,7 +6269,7 @@ checksum = "045a3cc929189ffc0df110e4dc04421ed3226543f47a302088e6175b97b7d75f" [[package]] name = "wormhole-solana" version = "0.1.0" -source = "git+https://github.com/guibescos/wormhole?branch=reisen%2Fsdk-solana#b0da20525fe68408ed2c8b331eb5f63101381936" +source = "git+https://github.com/guibescos/wormhole?branch=reisen/sdk-solana#b0da20525fe68408ed2c8b331eb5f63101381936" dependencies = [ "borsh 0.9.3", "bstr 0.2.17", diff --git a/staking/rust-toolchain b/staking/rust-toolchain new file mode 100644 index 00000000..7897a24d --- /dev/null +++ b/staking/rust-toolchain @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.75.0"