Skip to content

Commit e94a1b0

Browse files
authored
Correct required-features for profile_proto example (#206)
Signed-off-by: hi-rustin <[email protected]>
1 parent 2ed44e0 commit e94a1b0

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
@@ -60,7 +60,7 @@ required-features = ["flamegraph"]
6060

6161
[[example]]
6262
name = "profile_proto"
63-
required-features = ["protobuf"]
63+
required-features = ["protobuf", "prost-codec"]
6464

6565
[[example]]
6666
name = "multithread_flamegraph"

0 commit comments

Comments
 (0)