Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.1 Release #37

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 7 additions & 20 deletions source/river/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "river"
# Once we have our first crates-io release, we should yank the v0.1
# placeholder release. At the moment, we can't publish on crates-io
# as we are carrying patches of pingora.
version = "0.2.0"
version = "0.2.1"

authors = [
"James Munns <[email protected]>",
Expand Down Expand Up @@ -55,29 +55,16 @@ features = [
"derive"
]

# Pingora dependencies

[dependencies.pingora]
# NOTE: For now we are tracking the git repo. We'll need
# to switch back to published versions before publishing
# river. We can coordinate with the `pingora` team for this.
#
# git = "https://github.com/cloudflare/pingora"
#
# NOTE: currently tracking https://github.com/cloudflare/pingora/pull/165
git = "https://github.com/memorysafety/pingora"
rev = "a8a476eefb4703a2996dbe118778fb0e7539d348"
# path = "../../../pingora/pingora"
version = "0.2.0"

[dependencies.pingora-core]
git = "https://github.com/memorysafety/pingora"
rev = "a8a476eefb4703a2996dbe118778fb0e7539d348"
# path = "../../../pingora/pingora-core"
version = "0.2.0"

[dependencies.pingora-proxy]
git = "https://github.com/memorysafety/pingora"
rev = "a8a476eefb4703a2996dbe118778fb0e7539d348"
# path = "../../../pingora/pingora-proxy"
version = "0.2.0"

[dependencies.pingora-http]
git = "https://github.com/memorysafety/pingora"
rev = "a8a476eefb4703a2996dbe118778fb0e7539d348"
# path = "../../../pingora/pingora-http"
version = "0.2.0"