From 28b9cd5b7d1eb0e5cc84ba17786ac4820bda57e5 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Thu, 11 Jul 2024 15:49:24 +0000 Subject: [PATCH] update deps again --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51133d0..311da11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "drillx" -version = "2.0.0-alpha" +version = "2.0.0-beta" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dea238c16b88704ada0d49d7c024936e1809666d068441a2842d5590667caa31" +checksum = "a3e8d2de66aeedec77a653a4e2cf0cf4de4ddf556947214becfc16de4604c5db" dependencies = [ "blake3", "equix", diff --git a/Cargo.toml b/Cargo.toml index b8a2326..713d91b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["solana", "crypto", "mining"] array-const-fn-init = "0.1.1" bytemuck = "1.14.3" const-crypto = "0.1.0" -drillx = { version = "2.0.0-alpha", features = ["solana"] } +drillx = { version = "2.0.0-beta", features = ["solana"] } mpl-token-metadata = "4.1.2" num_enum = "0.7.2" ore-api = { path = "api", version = "2.0.0-beta" }