Skip to content

Commit e62e491

Browse files
committed
bump version
1 parent dccfd49 commit e62e491

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.3.0"
12+
version = "0.3.1"
1313
edition = "2021"
1414
license = "MIT"
1515
repository = "https://github.com/blockscout/actix-prost"
1616
exclude = ["tests"]
1717

1818
[workspace.dependencies]
19-
actix-prost = { version = "0.3.0", path = "actix-prost" }
20-
actix-prost-build = { version = "0.3.0", path = "actix-prost-build" }
21-
actix-prost-macros = { version = "0.3.0", path = "actix-prost-macros" }
22-
convert-trait = { version = "0.3.0", path = "actix-prost-convert-trait", package = "actix-prost-convert-trait" }
19+
actix-prost = { version = "0.3.1", path = "actix-prost" }
20+
actix-prost-build = { version = "0.3.1", path = "actix-prost-build" }
21+
actix-prost-macros = { version = "0.3.1", path = "actix-prost-macros" }
22+
convert-trait = { version = "0.3.1", path = "actix-prost-convert-trait", package = "actix-prost-convert-trait" }
2323

2424
actix-http = { version = "3" }
2525
actix-web = { version = "4" }

0 commit comments

Comments
 (0)