This commit is contained in:
2024-09-18 15:04:57 +08:00
parent e39dcdcde9
commit 556595be2b
2 changed files with 2 additions and 2 deletions

View File

@@ -103,5 +103,5 @@ int main() {
# build
```shell
conan install . --build=missing
conan create . --build=missing
```

View File

@@ -8,7 +8,7 @@ import os
class loggingRecipe(ConanFile):
name = "logging"
version = "0.1.2"
version = "0.2.2"
license = "MIT"
author = "321640253@qq.com"
url = "https://github.com/WangZhongDian/logging.git"