Skip to content

Commit e9c3191

Browse files
gth828rjohnhurt
authored andcommitted
Update quickstart to support Opt::parse_args
The current quickstart document suggests to use pingora v0.1, but it also suggests using the Opt::parse_args interface, which was introduced in release v0.3.0. Update the quickstart document to suggest using v0.3 when setting up the cargo.toml file. Addresses cloudflare#432 Includes-commit: 9153a8a Replicated-from: cloudflare#433
1 parent d445e74 commit e9c3191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bleep

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7c7f575484b512ad279084c427adf66069ec2619
1+
e7a903e2509b977352e40d5f0be884a04379c066

docs/quick_start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cargo new load_balancer
1919
In your project's `cargo.toml` file add the following to your dependencies
2020
```
2121
async-trait="0.1"
22-
pingora = { version = "0.1", features = [ "lb" ] }
22+
pingora = { version = "0.3", features = [ "lb" ] }
2323
```
2424

2525
### Create a pingora server

0 commit comments

Comments
 (0)