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 f1e55d6 commit d6ed645Copy full SHA for d6ed645
rebar.config
@@ -30,7 +30,7 @@
30
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
31
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
32
33
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.27"}}}]}.
+{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.26"}}}]}.
34
35
{clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
36
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno",
0 commit comments