drillx dep

This commit is contained in:
Hardhat Chad
2024-06-13 14:06:19 +00:00
parent fffba72723
commit 32f10563ba
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -1256,6 +1256,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "drillx"
version = "0.2.0"
source = "git+https://github.com/regolith-labs/drillx?branch=master#ce0330957a2153c9191bdbcbcf4acce031ccd6bf"
dependencies = [
"blake3",
"equix",

View File

@@ -23,7 +23,7 @@ array-const-fn-init = "0.1.1"
bs58 = "0.5.0"
bytemuck = "1.14.3"
const-crypto = "0.1.0"
drillx = { path = "../drillx/drillx", features = ["solana"] }
drillx = { git = "https://github.com/regolith-labs/drillx", branch = "master", features = ["solana"] }
mpl-token-metadata = "4.1.2"
num_enum = "0.7.2"
shank = "0.3.0"