Version of this tracedecay binary, advertised in daemon handshakes and compared against peers to detect stale daemons after `tracedecay update`.
()
| 248 | /// Version of this tracedecay binary, advertised in daemon handshakes and |
| 249 | /// compared against peers to detect stale daemons after `tracedecay update`. |
| 250 | fn binary_version() -> &'static str { |
| 251 | env!("CARGO_PKG_VERSION") |
| 252 | } |
| 253 | |
| 254 | /// The client version to report as skewed, or `None` when the versions match. |
| 255 | /// |
no outgoing calls