File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ repository = "https://github.com/blockscout/actix-prost"
1616exclude = [" 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
2424actix-http = { version = " 3" }
2525actix-web = { version = " 4" }
You can’t perform that action at this time.
0 commit comments