Merge branch 'master' into auto-conversion-macro

This commit is contained in:
ToruNiina
2021-04-02 16:25:41 +09:00
11 changed files with 324 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)
enable_testing()
project(toml11 VERSION 3.6.0)
project(toml11 VERSION 3.6.1)
option(toml11_BUILD_TEST "Build toml tests" OFF)
option(toml11_TEST_WITH_ASAN "use LLVM address sanitizer" OFF)