From 32a43cbd8dab0308fecf7e4675dc109315043176 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 9 Jul 2024 11:38:05 -0700 Subject: [PATCH] bumped drillx dep --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b2fcdb1..715dc8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,9 @@ keywords = ["solana", "crypto", "mining"] array-const-fn-init = "0.1.1" bytemuck = "1.14.3" const-crypto = "0.1.0" -drillx = { git = "https://github.com/regolith-labs/drillx", branch = "master", features = ["solana"] } +drillx = { git = "https://github.com/regolith-labs/drillx", branch = "relayer-integration", features = [ + "solana", +] } mpl-token-metadata = "4.1.2" num_enum = "0.7.2" ore-api = { path = "api" } @@ -24,6 +26,8 @@ ore-utils = { path = "utils", features = ["spl"] } shank = "0.3.0" solana-program = "1.18" spl-token = { version = "^4", features = ["no-entrypoint"] } -spl-associated-token-account = { version = "^2.2", features = [ "no-entrypoint" ] } +spl-associated-token-account = { version = "^2.2", features = [ + "no-entrypoint", +] } static_assertions = "1.1.0" thiserror = "1.0.57"