Skip to content

Commit

Permalink
Merge pull request #190 from holaplex/ryans/refactor
Browse files Browse the repository at this point in the history
Update hub-core and refactor event loop.
  • Loading branch information
kespinola authored Aug 28, 2023
2 parents de60f0f + 4f15ba5 commit 2507a9a
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 145 deletions.
35 changes: 8 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ strum = { version = "0.24.1", features = ["derive"] }

[dependencies.hub-core]
package = "holaplex-hub-core"
version = "0.5.1"
version = "0.5.3"
git = "https://github.com/holaplex/hub-core"
branch = "master"
branch = "stable"
features = ["kafka", "credits", "asset_proxy", "sea-orm"]

[build-dependencies.hub-core-build]
Expand Down
Loading

0 comments on commit 2507a9a

Please sign in to comment.