Skip to content

Commit

Permalink
Merge pull request #88 from regolith-labs/deps
Browse files Browse the repository at this point in the history
Deps
  • Loading branch information
mrmizz authored Jul 18, 2024
2 parents 323ee3b + b44e02f commit 699d8ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ cached = "0.46.1"
chrono = "0.4.38"
clap = { version = "4.4.12", features = ["derive"] }
colored = "2.0"
drillx = "2.0.0-beta"
drillx = "2.0.0-beta.1"
futures = "0.3.30"
num_cpus = "1.16.0"
ore-api = "2.0.0-beta.2"
ore-api = "2.0.0-beta.3"
ore-utils = "2.0.0-beta.2"
rand = "0.8.4"
solana-cli-config = "^1.18"
Expand All @@ -34,5 +34,7 @@ solana-rpc-client = "^1.18"
solana-sdk = "^1.18"
solana-transaction-status = "^1.18"
spl-token = { version = "^4", features = ["no-entrypoint"] }
spl-associated-token-account = { version = "^2.3", features = [ "no-entrypoint" ] }
spl-associated-token-account = { version = "^2.3", features = [
"no-entrypoint",
] }
tokio = "1.35.1"
1 change: 1 addition & 0 deletions src/mine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl Miner {
))
}
ixs.push(ore_api::instruction::mine(
signer.pubkey(),
signer.pubkey(),
find_bus(),
solution,
Expand Down

0 comments on commit 699d8ee

Please sign in to comment.