Skip to content

Commit b681c4d

Browse files
CrowdHailerlpil
authored andcommitted
relax dependency on stdlib
1 parent 55d26a5 commit b681c4d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.1 - 2020-07-21
4+
5+
- Relax dependency requirements on stdlib
6+
37
## v1.1.0 - 2020-07-19
48

59
- The `gleam/http` module gains the `Scheme`, `Service`, `Request`, and

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
{project_plugins, [rebar_gleam, rebar3_hex]}.
1515

1616
{deps, [
17-
{gleam_stdlib, "0.10.0"}
17+
{gleam_stdlib, "~> 0.10.0"}
1818
]}.

rebar.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{"1.1.0",
2-
[{<<"gleam_stdlib">>,{pkg,<<"gleam_stdlib">>,<<"0.10.0">>},0}]}.
2+
[{<<"gleam_stdlib">>,{pkg,<<"gleam_stdlib">>,<<"0.10.1">>},0}]}.
33
[
44
{pkg_hash,[
5-
{<<"gleam_stdlib">>, <<"99DDF11B1458F7CA0D58A806B643CB1890C0B42CD283E51FAA6CF168C2496C9E">>}]}
5+
{<<"gleam_stdlib">>, <<"F123F33E03B5CDF5E19FC179B9EE81269DEB93F7DEFADB17EF2930E4DB9011E7">>}]}
66
].

src/gleam_http.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, gleam_http,
22
[{description, "Types and functions for HTTP clients and servers!"},
3-
{vsn, "1.1.0"},
3+
{vsn, "1.1.1"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)