Skip to content

Commit d6ed645

Browse files
committed
Change p1_utils deps definition
1 parent f1e55d6 commit d6ed645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
3131
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
3232

33-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.27"}}}]}.
33+
{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.26"}}}]}.
3434

3535
{clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
3636
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno",

0 commit comments

Comments
 (0)