bump version

This commit is contained in:
Hardhat Chad
2024-10-10 23:07:11 +00:00
parent db15827d56
commit 8d2efb8916
2 changed files with 6 additions and 4 deletions

8
Cargo.lock generated
View File

@@ -1287,7 +1287,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "ore-api"
version = "2.1.9"
version = "2.2.0"
dependencies = [
"array-const-fn-init",
"bytemuck",
@@ -1305,7 +1305,9 @@ dependencies = [
[[package]]
name = "ore-boost-api"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c97f55b9d1a40a6b3044444c457acd70b983d31b7edd5c8459b8c616b080fecd"
dependencies = [
"array-const-fn-init",
"bytemuck",
@@ -1321,7 +1323,7 @@ dependencies = [
[[package]]
name = "ore-program"
version = "2.1.9"
version = "2.2.0"
dependencies = [
"drillx",
"mpl-token-metadata",

View File

@@ -20,7 +20,7 @@ drillx = { version = "2.0.0", features = ["solana"] }
mpl-token-metadata = "4.1.2"
num_enum = "0.7.2"
ore-api = { path = "api", version = "2.1.9" }
ore-boost-api = { path = "../ore-boost/api", version = "0.1.0" }
ore-boost-api = "0.2"
solana-program = "^1.18"
spl-token = { version = "^4", features = ["no-entrypoint"] }
spl-associated-token-account = { version = "^2.3", features = [ "no-entrypoint" ] }