Update to Gleam 0.27.0

This commit is contained in:
Mikko Ahlroth 2023-03-01 19:56:18 +02:00
parent 1bfd43cd2f
commit eeac5c80b8
4 changed files with 11 additions and 6 deletions

View file

@ -1,2 +1,3 @@
gleam 0.26.2
gleam 0.27.0
erlang 25.2.2
nodejs 18.14.0

View file

@ -1,3 +1,8 @@
2.0.0
-----
* Update for Gleam 0.27.
1.0.1
-----

View file

@ -1,7 +1,6 @@
name = "glentities"
version = "1.0.1"
version = "2.0.0"
description = "HTML entity encoder/decoder for Gleam"
target = "erlang"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
@ -11,7 +10,7 @@ repository = { type = "gitlab", user = "Nicd", repo = "glentities" }
links = []
[dependencies]
gleam_stdlib = "~> 0.26"
gleam_stdlib = "~> 0.27.0"
[dev-dependencies]
gleeunit = "~> 0.10"

View file

@ -2,10 +2,10 @@
# You typically do not need to edit this file
packages = [
{ name = "gleam_stdlib", version = "0.26.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "B17BBE8A78F3909D93BCC6C24F531673A7E328A61F24222EB1E58D0A7552B1FE" },
{ name = "gleam_stdlib", version = "0.27.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "9DBDD21B48C654182CDD8AA15ACF85E8E74A0438583C68BD7EF08BE89F999C6F" },
{ name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
]
[requirements]
gleam_stdlib = "~> 0.26"
gleam_stdlib = "~> 0.27.0"
gleeunit = "~> 0.10"