File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " routerify-json-response"
3
- version = " 2 .0.0"
3
+ version = " 3 .0.0"
4
4
description = " A Routerify utility library to generate JSON response."
5
5
homepage = " https://github.com/routerify/routerify-json-response"
6
6
repository = " https://github.com/routerify/routerify-json-response"
@@ -20,4 +20,4 @@ serde_json = "1"
20
20
[dev-dependencies ]
21
21
tokio = { version = " 1" , features = [" full" ] }
22
22
hyper = { 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`:
35
35
36
36
``` toml
37
37
[dependencies ]
38
- routerify = " 2 "
39
- routerify-json-response = " 2 "
38
+ routerify = " 3 "
39
+ routerify-json-response = " 3 "
40
40
```
41
41
42
42
## Example
You can’t perform that action at this time.
0 commit comments