Bump conan version

This commit is contained in:
greg7mdp
2023-04-23 18:59:34 -04:00
parent f31c11f2ec
commit e4b6668d46
+1 -1
View File
@@ -6,7 +6,7 @@ import os
class SparseppConan(ConanFile):
name = "parallel_hashmap"
version = "1.36"
version = "1.3.10"
description = "A header-only, very fast and memory-friendly hash map"
url = "https://github.com/greg7mdp/parallel-hashmap/blob/master/parallel_hashmap/conanfile.py"