File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " routerify-json-response"
3- version = " 2 .0.0"
3+ version = " 3 .0.0"
44description = " A Routerify utility library to generate JSON response."
55homepage = " https://github.com/routerify/routerify-json-response"
66repository = " https://github.com/routerify/routerify-json-response"
@@ -20,4 +20,4 @@ serde_json = "1"
2020[dev-dependencies ]
2121tokio = { version = " 1" , features = [" full" ] }
2222hyper = { version = " 0.14" , features = [" server" ] }
23- routerify = " 2 "
23+ routerify = " 3 "
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ Add this to your `Cargo.toml`:
3535
3636``` toml
3737[dependencies ]
38- routerify = " 2 "
39- routerify-json-response = " 2 "
38+ routerify = " 3 "
39+ routerify-json-response = " 3 "
4040```
4141
4242## Example
You can’t perform that action at this time.
0 commit comments