Skip to content

Commit 3137fa2

Browse files
committed
Merge branch 'release/v3.0.0'
2 parents ca7bd7f + e327069 commit 3137fa2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "routerify-json-response"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
description = "A Routerify utility library to generate JSON response."
55
homepage = "https://github.com/routerify/routerify-json-response"
66
repository = "https://github.com/routerify/routerify-json-response"
@@ -20,4 +20,4 @@ serde_json = "1"
2020
[dev-dependencies]
2121
tokio = { version = "1", features = ["full"] }
2222
hyper = { version = "0.14", features = ["server"] }
23-
routerify = "2"
23+
routerify = "3"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)