aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-03-28 15:26:07 +0200
committerLoïc Hoguin <[email protected]>2023-03-28 15:26:07 +0200
commitb9eb3ded0db748c8f676413c7982de26f62a99ec (patch)
treeca1aadf8a05d398f2cb50ca3f1939fbd3509f88b
parent0d8d7b6311378e1b24ea582e5dceac98c5c48223 (diff)
downloadcowlib-b9eb3ded0db748c8f676413c7982de26f62a99ec.tar.gz
cowlib-b9eb3ded0db748c8f676413c7982de26f62a99ec.tar.bz2
cowlib-b9eb3ded0db748c8f676413c7982de26f62a99ec.zip
Pin the structured-headers-test repo
Since a draft for a revision was introduced the tests have started covering additions that we don't currently support.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcd3b40..c14a51e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ dep_base32 = git https://github.com/dnsimple/base32_erlang main
dep_horse = git https://github.com/ninenines/horse.git master
dep_jsx = git https://github.com/talentdeficit/jsx v2.10.0
dep_decimal = git https://github.com/egobrain/decimal 0.6.2
-dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests main
+dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests faed1f92942abd4fb5d61b1f9f0dc359f499f1d7
dep_uritemplate-tests = git https://github.com/uri-templates/uritemplate-test master
# CI configuration.