()
| 563 | } |
| 564 | |
| 565 | fn current_firedbg_version() -> cfg::Version { |
| 566 | cfg::Version { |
| 567 | firedbg_cli: env!("CARGO_PKG_VERSION").into(), |
| 568 | } |
| 569 | } |
| 570 | |
| 571 | fn workspace_firedbg_version(workspace: &Workspace) -> Result<Option<cfg::Version>> { |
| 572 | let version_path = &workspace.get_version_path(); |
no outgoing calls
no test coverage detected