Skip to content

Commit

Permalink
Merge branch 'regolith-labs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
KlementXV authored Aug 26, 2024
2 parents 40f383c + 52a344b commit 5f675b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ore-cli"
version = "2.3.1"
version = "2.3.2"
edition = "2021"
license = "Apache-2.0"
description = "A command line interface for ORE cryptocurrency mining."
Expand Down Expand Up @@ -31,8 +31,8 @@ drillx = "2.1.0"
futures = "0.3.30"
indicatif = "0.17.8"
num_cpus = "1.16.0"
ore-api = "2.1.0"
ore-utils = "2.1.0"
ore-api = "2.1.8"
ore-utils = "2.1.8"
rand = "0.8.4"
reqwest = { version = "0.12", features = ["json"] }
solana-cli-config = "^1.18"
Expand Down

0 comments on commit 5f675b9

Please sign in to comment.