Skip to content

Commit d83eaf7

Browse files
committed
fix withdrawls
1 parent 34565ec commit d83eaf7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ore-app"
3-
version = "1.2.9"
3+
version = "1.2.10"
44
description = "Liquid digital gold."
55
edition = "2021"
66
license = "Apache-2.0"
@@ -99,8 +99,8 @@ num_cpus = "1.16.0"
9999
num-format = "0.4.4"
100100
objc = { version = "0.2", optional = true, features = [] }
101101
once_cell = "1.18"
102-
ore-api = "3.6.0-beta"
103-
ore-boost-api = "4.0.0-beta"
102+
ore-api = "3.6.0"
103+
ore-boost-api = "4.0.0"
104104
ore-miner-types = { path = "./miner-types" }
105105
ore-miner-web = { path = "./miner-web", features = [
106106
"app",

0 commit comments

Comments
 (0)