Merge pull request #5807 from liubin/fix/5806-add-shim-lanuage

runtime: Add identification in version for runtime-rs
This commit is contained in:
Bin Liu
2022-12-02 11:36:55 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ fn show_help(cmd: &OsStr) {
fn show_version(err: Option<anyhow::Error>) {
let data = format!(
r#"{} containerd shim: id: {}, version: {}, commit: {}"#,
r#"{} containerd shim (Rust): id: {}, version: {}, commit: {}"#,
config::PROJECT_NAME,
config::CONTAINERD_RUNTIME_NAME,
config::RUNTIME_VERSION,