From 2c83abcd07a0b48b444c95c28d1f6f3393d11f24 Mon Sep 17 00:00:00 2001 From: yyjeqhc <1772413353@qq.com> Date: Wed, 14 Jan 2026 14:18:59 +0800 Subject: [PATCH] Fix Cargo.toml: use idiomatic 0.4 instead of 0.4.* for log --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b2e6e1f..c552a846 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ default = ["termcolor", "local-offset"] local-offset = ["time/local-offset"] [dependencies] -log = { version = "0.4.*", features = ["std"] } +log = { version = "0.4", features = ["std"] } termcolor = { version = "1.1", optional = true } paris = { version = "~1.5.12", optional = true } ansi_term = { version = "0.12", optional = true }