Skip to content

Commit

Permalink
build: upgrade protobuf-build to 0.15.1 (#510)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored Jul 19, 2023
1 parent 82d704c commit 9d360a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protobuf-codec = ["protobuf-build/protobuf-codec", "bytes", "protobuf/bytes"]
prost-codec = ["protobuf-build/prost-codec", "prost", "lazy_static"]

[build-dependencies]
protobuf-build = { version = "0.14", default-features = false }
protobuf-build = { version = "0.15.1", default-features = false }

[dependencies]
bytes = { version = "1", optional = true }
Expand Down

0 comments on commit 9d360a3

Please sign in to comment.