1 Commits

Author SHA1 Message Date
7e9d761251 docs: 更新README,升级logging依赖至1.0.0 2025-10-18 09:12:25 +08:00

View File

@@ -23,7 +23,7 @@ conan create .
在你的项目的conanfile.txt中添加
```txt
[requires]
logging/0.5.0
logging/1.0.0
```
```shell