diff options
author | J.J <thechairman@thechairman.info> | 2023-12-22 22:41:06 -0500 |
---|---|---|
committer | J.J <thechairman@thechairman.info> | 2023-12-22 22:41:06 -0500 |
commit | d739c6223d29de72a2d1fab4ac9fb34603414f6b (patch) | |
tree | b27d434fdbbf8c8742d441d174c3e579632f49b7 /aoc2023/gleam.toml | |
parent | 96408d596363678b9f606cb1b3ab589c439e1400 (diff) | |
download | gleam_aoc-d739c6223d29de72a2d1fab4ac9fb34603414f6b.tar.gz gleam_aoc-d739c6223d29de72a2d1fab4ac9fb34603414f6b.zip |
day 22 gleam complete
Diffstat (limited to 'aoc2023/gleam.toml')
-rw-r--r-- | aoc2023/gleam.toml | 5 |
1 files changed, 2 insertions, 3 deletions
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" |