Update conanfile.py

This commit is contained in:
greg
2022-03-03 13:56:40 -05:00
parent 9c5601db3c
commit cfacd26023
+2 -1
View File
@@ -6,8 +6,9 @@ import os
class SparseppConan(ConanFile):
name = "parallel_hashmap"
version = "1.27"
version = "1.34"
description = "A header-only, very fast and memory-friendly hash map"
url = "https://github.com/greg7mdp/parallel-hashmap/blob/master/parallel_hashmap/conanfile.py"
# Indicates License type of the packaged library
license = "https://github.com/greg7mdp/parallel-hashmap/blob/master/LICENSE"