Skip to content

Commit e32e449

Browse files
committed
poem 2.0.1
poem-opnapi 4.0.1
1 parent ae1ab73 commit e32e449

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ repository = "https://github.com/poem-web/poem"
2020
rust-version = "1.74"
2121

2222
[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" }
2626
poem-grpc-build = { path = "poem-grpc-build", version = "0.3.0" }
2727

2828
proc-macro-crate = "3.0.0"

poem-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poem-derive"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

poem-openapi-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poem-openapi-derive"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

poem-openapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poem-openapi"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

poem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poem"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)