rtb-telemetry 0.7.1

Opt-in anonymous usage telemetry with pluggable sinks. Part of the phpboyscout Rust toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Pinned to an exact stable release (not the floating `stable` channel).
# trybuild compile-fail `.stderr` fixtures match rustc's diagnostic
# output byte-for-byte; a floating channel silently re-rendered those
# diagnostics on each stable release (e.g. the E0599 note format changed
# in 1.96) and broke CI with no source change. Pinning makes toolchain
# updates an intentional, reviewable PR (Renovate opens one; see
# renovate.json) where the `.stderr` snapshots are re-blessed together.
[toolchain]
channel = "1.97.1"
components = ["rustfmt", "clippy", "rust-src"]
profile = "default"