mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-24 00:58:00 -04:00
It appears that tarpaulin complains if the symbol information is stripped from the binary, and as of Rust 1.77, `debug=0` causes Cargo to strip all debug info. To fix this, set `debug=1`.