Skip to content

Commit d06b9f9

Browse files
authored
Merge pull request #2 from ackintosh/protobuf-support-associated-type
Make `encode` return iterator instead of vec
2 parents 2c16ebc + f1070bc commit d06b9f9

File tree

2 files changed

+121
-98
lines changed

2 files changed

+121
-98
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ prometheus-client-derive-proto-encode = { version = "0.1.0", path = "derive-prot
2424
prometheus-client-derive-text-encode = { version = "0.3.0", path = "derive-text-encode" }
2525
prost = { version = "0.9.0", optional = true }
2626
prost-types = { version = "0.9.0", optional = true }
27+
void = "1.0"
2728

2829
[dev-dependencies]
2930
async-std = { version = "1", features = ["attributes"] }

0 commit comments

Comments
 (0)