tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.26k stars 94 forks source link

Update to use prost 0.12 #222

Closed rumenov closed 9 months ago

rumenov commented 10 months ago

Prost has been updated to 0.12 it will be great to update pprof to use the newer prost version

There are some build systems that get confused when different prost versions are being used at the same time.

YangKeao commented 9 months ago

Closed by https://github.com/tikv/pprof-rs/pull/223