Skip to content

Commit d246b9d

Browse files
authored
Merge pull request #45 from blockscout/ll/versions
add version of deps
2 parents 1348657 + ed2a5f1 commit d246b9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ repository = "https://github.com/blockscout/actix-prost"
1616
exclude = ["tests"]
1717

1818
[workspace.dependencies]
19-
actix-prost = { path = "actix-prost" }
20-
actix-prost-build = { path = "actix-prost-build" }
21-
actix-prost-macros = { path = "actix-prost-macros" }
22-
convert-trait = { path = "actix-prost-convert-trait", package = "actix-prost-convert-trait" }
19+
actix-prost = { version = "0.2.3", path = "actix-prost" }
20+
actix-prost-build = { version = "0.2.3", path = "actix-prost-build" }
21+
actix-prost-macros = { version = "0.2.3", path = "actix-prost-macros" }
22+
convert-trait = { version = "0.2.3", 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)