aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.bleep2
-rw-r--r--docs/quick_start.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bleep b/.bleep
index 957afcb..ec4e3de 100644
--- a/.bleep
+++ b/.bleep
@@ -1 +1 @@
-7c7f575484b512ad279084c427adf66069ec2619 \ No newline at end of file
+e7a903e2509b977352e40d5f0be884a04379c066 \ No newline at end of file
diff --git a/docs/quick_start.md b/docs/quick_start.md
index 8a3b796..329a5be 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -19,7 +19,7 @@ cargo new load_balancer
In your project's `cargo.toml` file add the following to your dependencies
```
async-trait="0.1"
-pingora = { version = "0.1", features = [ "lb" ] }
+pingora = { version = "0.3", features = [ "lb" ] }
```
### Create a pingora server