Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Aug 1, 2024
1 parent dcd6ae0 commit 2784918
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ cached = "0.46.1"
chrono = "0.4.38"
clap = { version = "4.4.12", features = ["derive"] }
colored = "2.0"
drillx = "1.0.0"
drillx = "2.0.0"
# drillx = { git = "https://github.com/regolith-labs/drillx", branch = "master", features = ["solana"] }
futures = "0.3.30"
num_cpus = "1.16.0"
ore-api = "2.0.0"
ore-utils = "2.0.0"
ore-api = "2.1.0"
ore-utils = "2.1.0"
# ore = { package = "ore-program", git = "https://github.com/regolith-labs/ore", rev = "891565dff603891e540603d8399c233071f036af" }
# ore = { package = "ore-program", git = "https://github.com/regolith-labs/ore", branch = "hardhat/v2" }
# ore-api = { git = "https://github.com/regolith-labs/ore", rev = "ce9a701" }
Expand All @@ -51,6 +51,7 @@ spl-associated-token-account = { version = "^2.3", features = [
tokio = "1.35.1"

# [patch.crates-io]
# drillx = { path = "../drillx/drillx" }
# ore-api = { path = "../ore/api" }
# ore-utils = { path = "../ore/utils" }

2 changes: 2 additions & 0 deletions src/send_and_confirm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ impl Miner {
}
}
}
} else { // MI
println!("No status");
}
}
}
Expand Down

0 comments on commit 2784918

Please sign in to comment.