Skip to content

Commit

Permalink
Bump conan version
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Apr 23, 2023
1 parent f31c11f commit e4b6668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel_hashmap/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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"

Expand Down

0 comments on commit e4b6668

Please sign in to comment.