Skip to content

Commit 178bcb9

Browse files
Add ankerl
1 parent 1ff096a commit 178bcb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/update_dependencies.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ VTZERO_TAG=v1.1.0
3030
FMT_PATH="fmtlib/fmt"
3131
FMT_TAG=v10.2.1
3232

33+
ANKERL_PATH="martinus/unordered_dense"
34+
ANKERL_TAG=v4.4.0
35+
3336
function update_subtree () {
3437
name=$(echo "$1" | tr '[:lower:]' '[:upper:]')
3538
path=$(tmpvar=${name}_PATH && echo ${!tmpvar})
@@ -53,6 +56,6 @@ function update_subtree () {
5356
}
5457

5558
## Update dependencies
56-
for dep in osmium sol rapidjson microtar protozero vtzero fmt; do
59+
for dep in ankerl osmium sol rapidjson microtar protozero vtzero fmt; do
5760
update_subtree $dep
5861
done

0 commit comments

Comments
 (0)