diff --git a/Cargo.lock b/Cargo.lock index edd864e..412b136 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 6291f36..fa1ecd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"