Skip to content

Commit 88c43c3

Browse files
committed
In fact the new stringprep version is 1.0.25
1 parent ca35517 commit 88c43c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Updating fast_tls to version 1.1.12.
44
* Updating fast_xml to version 1.1.46.
55
* Updating p1_utils to version 1.0.22.
6-
* Updating stringprep to version 1.0.26.
6+
* Updating stringprep to version 1.0.25.
77
* Fix spec to match the current source code, as reportd by Dialyzer
88
* xmpp uses p1_options, so Dialyzer reports some false warnings
99
* Fix return value when skipping queued tcp packet to already closed socket

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.12"}}},
3737
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.9"}}},
3838
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
39-
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.26"}}}]}.
39+
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.25"}}}]}.
4040

4141
{clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.
4242

0 commit comments

Comments
 (0)