mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-09 07:36:52 +00:00
Enable universal boost (#126)
* disable boosts for migration * renable new boosts * take rate * enable universal boost * bump version
This commit is contained in:
@@ -3,11 +3,11 @@ resolver = "2"
|
||||
members = ["api", "program"]
|
||||
|
||||
[workspace.package]
|
||||
version = "3.5.0"
|
||||
version = "3.6.0-beta"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
homepage = "https://ore.supply"
|
||||
description = "Liquid digial gold everyone can mine"
|
||||
description = "Liquid digial gold"
|
||||
documentation = "https://docs.rs/ore-api/latest/ore_api/"
|
||||
repository = "https://github.com/regolith-labs/ore"
|
||||
readme = "./README.md"
|
||||
@@ -22,7 +22,7 @@ drillx = { version = "2.2", features = ["solana"] }
|
||||
mpl-token-metadata = "5.1"
|
||||
num_enum = "0.7.2"
|
||||
ore-api = { path = "api" }
|
||||
ore-boost-api = { version = "3.0", git = "https://github.com/regolith-labs/ore-boost.git", rev = "924105c" }
|
||||
ore-boost-api = "4.0.0-alpha"
|
||||
solana-program = "^2.1"
|
||||
spl-token = { version = "^4", features = ["no-entrypoint"] }
|
||||
spl-associated-token-account = { version = "^6", features = [ "no-entrypoint" ] }
|
||||
|
||||
Reference in New Issue
Block a user