mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
drillx dep
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user