diff options
author | Yuchen Wu <[email protected]> | 2024-07-12 11:01:07 -0700 |
---|---|---|
committer | Yuchen Wu <[email protected]> | 2024-07-12 11:24:29 -0700 |
commit | 9f70abe97b3210feef1d19a6003a523ebf0517d1 (patch) | |
tree | c120b308dd56407b053ded1c6b843f11397bce01 /pingora-http | |
parent | 604390cb14d6caadf62d9056f192594ec04f8505 (diff) | |
download | pingora-9f70abe97b3210feef1d19a6003a523ebf0517d1.tar.gz pingora-9f70abe97b3210feef1d19a6003a523ebf0517d1.zip |
Release 0.3.00.3.0
Diffstat (limited to 'pingora-http')
-rw-r--r-- | pingora-http/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pingora-http/Cargo.toml b/pingora-http/Cargo.toml index ebf90d7..983d84a 100644 --- a/pingora-http/Cargo.toml +++ b/pingora-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingora-http" -version = "0.2.0" +version = "0.3.0" authors = ["Yuchen Wu <[email protected]>"] license = "Apache-2.0" edition = "2021" @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] http = { workspace = true } bytes = { workspace = true } -pingora-error = { version = "0.2.0", path = "../pingora-error" } +pingora-error = { version = "0.3.0", path = "../pingora-error" } [features] default = [] |