-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove patch dependencies, switch to 0.2.0 release * Update version for crates.io release
- Loading branch information
1 parent
d36d45e
commit 54c7105
Showing
1 changed file
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
@@ -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" |