From a24fb3486917a1d0e34b26a2a7cc37b2e855a392 Mon Sep 17 00:00:00 2001 From: Bryan Paxton Date: Tue, 30 Jul 2019 07:16:37 -0500 Subject: Update vendored in hex_core to version 0.5.1 version 0.5.1 is a maintenance release of hex_core specifically for rebar3 which contains a configuration update. Prior to v0.5.1 if no repo_organization key was set this could result in a function clause error. The behavior is to now set repo_organization to undefined in this case. --- src/r3_hex_tarball.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/r3_hex_tarball.erl') diff --git a/src/r3_hex_tarball.erl b/src/r3_hex_tarball.erl index dd2c77a..fb8c798 100644 --- a/src/r3_hex_tarball.erl +++ b/src/r3_hex_tarball.erl @@ -1,4 +1,4 @@ -%% Vendored from hex_core v0.5.0, do not edit manually +%% Vendored from hex_core v0.5.1, do not edit manually -module(r3_hex_tarball). -export([create/2, create_docs/1, unpack/2, format_checksum/1, format_error/1]). -- cgit v1.1