aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-http
diff options
context:
space:
mode:
Diffstat (limited to 'pingora-http')
-rw-r--r--pingora-http/Cargo.toml4
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 = []