From 072175e5b1754ce8a62925aeff4676cbf4693377 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 5 Apr 2026 23:38:02 +0800 Subject: Update contributing docs and command development guide --- src/data/compile_info.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/data/compile_info.rs') diff --git a/src/data/compile_info.rs b/src/data/compile_info.rs index d06f9b1..de5b86d 100644 --- a/src/data/compile_info.rs +++ b/src/data/compile_info.rs @@ -13,13 +13,13 @@ pub struct CompileInfo { impl Default for CompileInfo { fn default() -> Self { Self { - date: "<<>>".to_string(), - target: "<<>>".to_string(), - platform: "<<>>".to_string(), - toolchain: "<<>>".to_string(), - cli_version: "<<>>".to_string(), - build_branch: "<<>>".to_string(), - build_commit: "<<>>".to_string(), + date: "2026-03-26 16:24:44".to_string(), + target: "x86_64-unknown-linux-gnu".to_string(), + platform: "Linux".to_string(), + toolchain: "rustc 1.91.1 (ed61e7d7e 2025-11-07) (stable)".to_string(), + cli_version: "0.1.1".to_string(), + build_branch: "dev".to_string(), + build_commit: "96e19f1b28e9ad3a58864b41a9d6e25ed255dac6".to_string(), } } -} +} \ No newline at end of file -- cgit