Browse Source

build: update cereal version

Michele Caini 2 years ago
parent
commit
b8e52934ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -180,7 +180,7 @@ if(ENTT_BUILD_SNAPSHOT)
     FetchContent_Declare(
     FetchContent_Declare(
         cereal
         cereal
         GIT_REPOSITORY https://github.com/USCiLab/cereal.git
         GIT_REPOSITORY https://github.com/USCiLab/cereal.git
-        GIT_TAG v1.2.2
+        GIT_TAG v1.3.2
         GIT_SHALLOW 1
         GIT_SHALLOW 1
     )
     )