fix: 修复msvc不支持_Noreturn

This commit is contained in:
2025-07-30 16:40:27 +08:00
parent cffe8bfe4a
commit e9dd39f53b
3 changed files with 11 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import os
class loggingRecipe(ConanFile):
name = "cargparse"
version = "0.3.0"
version = "0.3.1"
license = "MIT"
author = "321640253@qq.com"
url = "https://gitea.youmetme.wang/youmetme/logging"