File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ repository = "https://github.com/poem-web/poem"
20
20
rust-version = " 1.74"
21
21
22
22
[workspace .dependencies ]
23
- poem = { path = " poem" , version = " 2.0.0 " , default-features = false }
24
- poem-derive = { path = " poem-derive" , version = " 2.0.0 " }
25
- poem-openapi-derive = { path = " poem-openapi-derive" , version = " 4.0.0 " }
23
+ poem = { path = " poem" , version = " 2.0.1 " , default-features = false }
24
+ poem-derive = { path = " poem-derive" , version = " 2.0.1 " }
25
+ poem-openapi-derive = { path = " poem-openapi-derive" , version = " 4.0.1 " }
26
26
poem-grpc-build = { path = " poem-grpc-build" , version = " 0.3.0" }
27
27
28
28
proc-macro-crate = " 3.0.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " poem-derive"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " poem-openapi-derive"
3
- version = " 4.0.0 "
3
+ version = " 4.0.1 "
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " poem-openapi"
3
- version = " 4.0.0 "
3
+ version = " 4.0.1 "
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " poem"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
You can’t perform that action at this time.
0 commit comments