We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff096a commit 178bcb9Copy full SHA for 178bcb9
scripts/update_dependencies.sh
@@ -30,6 +30,9 @@ VTZERO_TAG=v1.1.0
30
FMT_PATH="fmtlib/fmt"
31
FMT_TAG=v10.2.1
32
33
+ANKERL_PATH="martinus/unordered_dense"
34
+ANKERL_TAG=v4.4.0
35
+
36
function update_subtree () {
37
name=$(echo "$1" | tr '[:lower:]' '[:upper:]')
38
path=$(tmpvar=${name}_PATH && echo ${!tmpvar})
@@ -53,6 +56,6 @@ function update_subtree () {
53
56
}
54
57
55
58
## Update dependencies
-for dep in osmium sol rapidjson microtar protozero vtzero fmt; do
59
+for dep in ankerl osmium sol rapidjson microtar protozero vtzero fmt; do
60
update_subtree $dep
61
done
0 commit comments