Skip to content

Commit 54c7105

Browse files
authored
v0.2.1 Release (#37)
* Remove patch dependencies, switch to 0.2.0 release * Update version for crates.io release
1 parent d36d45e commit 54c7105

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

source/river/Cargo.toml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "river"
66
# Once we have our first crates-io release, we should yank the v0.1
77
# placeholder release. At the moment, we can't publish on crates-io
88
# as we are carrying patches of pingora.
9-
version = "0.2.0"
9+
version = "0.2.1"
1010

1111
authors = [
1212
"James Munns <[email protected]>",
@@ -55,29 +55,16 @@ features = [
5555
"derive"
5656
]
5757

58+
# Pingora dependencies
59+
5860
[dependencies.pingora]
59-
# NOTE: For now we are tracking the git repo. We'll need
60-
# to switch back to published versions before publishing
61-
# river. We can coordinate with the `pingora` team for this.
62-
#
63-
# git = "https://github.com/cloudflare/pingora"
64-
#
65-
# NOTE: currently tracking https://github.com/cloudflare/pingora/pull/165
66-
git = "https://github.com/memorysafety/pingora"
67-
rev = "a8a476eefb4703a2996dbe118778fb0e7539d348"
68-
# path = "../../../pingora/pingora"
61+
version = "0.2.0"
6962

7063
[dependencies.pingora-core]
71-
git = "https://github.com/memorysafety/pingora"
72-
rev = "a8a476eefb4703a2996dbe118778fb0e7539d348"
73-
# path = "../../../pingora/pingora-core"
64+
version = "0.2.0"
7465

7566
[dependencies.pingora-proxy]
76-
git = "https://github.com/memorysafety/pingora"
77-
rev = "a8a476eefb4703a2996dbe118778fb0e7539d348"
78-
# path = "../../../pingora/pingora-proxy"
67+
version = "0.2.0"
7968

8069
[dependencies.pingora-http]
81-
git = "https://github.com/memorysafety/pingora"
82-
rev = "a8a476eefb4703a2996dbe118778fb0e7539d348"
83-
# path = "../../../pingora/pingora-http"
70+
version = "0.2.0"

0 commit comments

Comments
 (0)