Skip to content

Commit

Permalink
bump deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Jan 11, 2025
1 parent b16bdd6 commit 602d51f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 8 additions & 4 deletions Cargo.lock

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

14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["admin", "api", "program", "server", "types", "migration"]

[workspace.package]
version = "0.2.2"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://ore.supply"
Expand All @@ -30,10 +30,10 @@ futures-util = "0.3"
log = "0.4"
mpl-token-metadata = "4.1.2"
num_enum = "0.7.2"
ore-api = { path = "../ore/api", version = "3.0" }
ore-boost-api = { path = "../ore-boost/api", version = "1.0" }
ore-pool-api = { path = "api", version = "0.2" }
ore-pool-types = { path = "types", version = "0.2" }
ore-api = "3.0"
ore-boost-api = "1.0"
ore-pool-api = { path = "api" }
ore-pool-types = { path = "types" }
postgres-types = { featuers = ["derive"], version = "0.2.6" }
reqwest = { version = "0.12", features = ["json"] }
serde = { features = ["derive"], version = "1.0" }
Expand All @@ -53,7 +53,3 @@ steel = { features = ["spl"], version = "2.0" }
thiserror = "1.0.57"
tokio = "1.39"
tokio-postgres = "0.7"

[patch.crates-io]
ore-api = { path = "../ore/api" }
ore-boost-api = { path = "../ore-boost/api" }

0 comments on commit 602d51f

Please sign in to comment.