rust-minidump / minidump-writer

Rust rewrite of breakpad's minidump_writer
MIT License
68 stars 17 forks source link

Use procfs-core rather than procfs to reduce dependencies. #80

Closed afranchuk closed 1 year ago

afranchuk commented 1 year ago

@gabrielesvelto this should make vendoring easier.

gabrielesvelto commented 1 year ago

FYI I just tested vendoring this and it's fine. We only have to bump a couple more crates but they're either written by us or I can do the audit myself quickly.

gabrielesvelto commented 1 year ago

Thanks Jake, merging