diff options
Diffstat (limited to 'aoc-2020-gleam/gleam.toml')
-rw-r--r-- | aoc-2020-gleam/gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aoc-2020-gleam/gleam.toml b/aoc-2020-gleam/gleam.toml index 97cada1..fa53656 100644 --- a/aoc-2020-gleam/gleam.toml +++ b/aoc-2020-gleam/gleam.toml @@ -3,7 +3,7 @@ version = "0.1.0" description = "A Gleam project" [dependencies] -gleam_stdlib = "~> 0.26" -gleam_erlang = "~> 0.17" +gleam_stdlib = "~> 0.30" +gleam_erlang = "~> 0.18" gleam_otp = "~> 0.5" gleam_bitwise = "~> 1.2" |