We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5653f commit e327069Copy full SHA for e327069
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "routerify-json-response"
3
-version = "2.0.0"
+version = "3.0.0"
4
description = "A Routerify utility library to generate JSON response."
5
homepage = "https://github.com/routerify/routerify-json-response"
6
repository = "https://github.com/routerify/routerify-json-response"
README.md
@@ -35,8 +35,8 @@ Add this to your `Cargo.toml`:
35
36
```toml
37
[dependencies]
38
-routerify = "2"
39
-routerify-json-response = "2"
+routerify = "3"
+routerify-json-response = "3"
40
```
41
42
## Example
0 commit comments