From d739c6223d29de72a2d1fab4ac9fb34603414f6b Mon Sep 17 00:00:00 2001 From: "J.J" Date: Fri, 22 Dec 2023 22:41:06 -0500 Subject: day 22 gleam complete --- aoc2023/gleam.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'aoc2023/gleam.toml') diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml index 5b60622..8190aef 100644 --- a/aoc2023/gleam.toml +++ b/aoc2023/gleam.toml @@ -1,6 +1,6 @@ name = "aoc2023" version = "0.1.0" -gleam = ">= 0.32.0" +gleam = ">= 0.33.0" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. @@ -11,7 +11,7 @@ gleam = ">= 0.32.0" # links = [{ title = "Website", href = "https://gleam.run" }] [dependencies] -gleam_stdlib = "~> 0.32" +gleam_stdlib = "~> 0.33" simplifile = "~> 1.0" gleam_erlang = "~> 0.23" gleam_community_maths = "~> 1.0" @@ -19,5 +19,4 @@ gleam_otp = "~> 0.8" pqueue = "~> 2.0" [dev-dependencies] -gleeunit = "~> 1.0" adglent = "~> 1.2" -- cgit v1.2.3