Skip to content

Commit c1f5190

Browse files
committed
Fix Cargo.toml typo
Signed-off-by: Folyd <[email protected]>
1 parent 1415290 commit c1f5190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ hyper = { version = "^0.14", features = ["server", "http1", "tcp"] }
4747
tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] }
4848

4949
[build-dependencies]
50-
prost-build = { versopm = "^0.7", optional = true }
50+
prost-build = { version = "^0.7", optional = true }
5151
protobuf-codegen-pure = { version = "^2.0", optional = true }
5252

5353
[workspace]

0 commit comments

Comments
 (0)