From 7e9d7612512189a6c478a469b6e05482a8c2df99 Mon Sep 17 00:00:00 2001 From: youmetme <321640253@qq.com> Date: Sat, 18 Oct 2025 09:12:25 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README=EF=BC=8C?= =?UTF-8?q?=E5=8D=87=E7=BA=A7logging=E4=BE=9D=E8=B5=96=E8=87=B31.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4742f..691636c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ conan create . 在你的项目的conanfile.txt中添加 ```txt [requires] -logging/0.5.0 +logging/1.0.0 ``` ```shell