From f8e82b99a64e157958b5d75c4499a2870d57f7d7 Mon Sep 17 00:00:00 2001 From: Ali Farhadi Date: Tue, 19 Nov 2024 15:00:09 +0100 Subject: [PATCH] Update xxh3 to 0.3.6 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 50ab687..6ec8648 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {deps, [{spinlock, "0.2.1"}]}. {profiles, [ - {test, [{deps, [{xxh3, "0.3.5"}]}]} + {test, [{deps, [{xxh3, "0.3.6"}]}]} ]}. {project_plugins, [erlfmt]}.