Skip to content

Commit 5c458ec

Browse files
committed
remove version
1 parent ebac32e commit 5c458ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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 = { version = "0.2.0", path = "actix-prost" }
20-
actix-prost-build = { version = "0.2.0", path = "actix-prost-build" }
21-
actix-prost-macros = { version = "0.2.0", path = "actix-prost-macros" }
22-
convert-trait = { version = "0.2.0", path = "actix-prost-convert-trait", package = "actix-prost-convert-trait" }
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" }
2323

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

0 commit comments

Comments
 (0)