diff --git a/examples/functions/04_randomness_callback/Cargo.lock b/examples/functions/04_randomness_callback/Cargo.lock index 0d94e9e9e..9d81e594f 100644 --- a/examples/functions/04_randomness_callback/Cargo.lock +++ b/examples/functions/04_randomness_callback/Cargo.lock @@ -4238,7 +4238,9 @@ checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" [[package]] name = "switchboard-common" -version = "0.8.5" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaa7b85e2005ce058c626ce0d4d618dc18ca8f45a24bd66f3e11a6bf43f20082" dependencies = [ "getrandom 0.2.10", "hex", @@ -4250,7 +4252,7 @@ dependencies = [ [[package]] name = "switchboard-solana" -version = "0.9.4" +version = "0.28.0" dependencies = [ "anchor-client", "anchor-lang", diff --git a/examples/functions/04_randomness_callback/programs/custom_randomness_request/Cargo.toml b/examples/functions/04_randomness_callback/programs/custom_randomness_request/Cargo.toml index 3fb6ad5b9..60ba1a45c 100644 --- a/examples/functions/04_randomness_callback/programs/custom_randomness_request/Cargo.toml +++ b/examples/functions/04_randomness_callback/programs/custom_randomness_request/Cargo.toml @@ -18,4 +18,4 @@ default = [] [dependencies] bytemuck = "^1" anchor-spl = "0.28.0" -switchboard-solana = { version = "0.28.0", path = "../../../../../../../rust/switchboard-solana" } +switchboard-solana = { version = "0.28.0", path = "../../../../../rust/switchboard-solana" }