Skip to content

Commit

Permalink
bump gleam version
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Feb 11, 2024
1 parent e815cca commit e64c783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ repository = { type = "github", user = "TanklesXL", repo = "gladvent" }
description = "An Advent Of Code runner for gleam"
licences = ["Apache-2.0"]
internal_modules = ["gladvent/internal/*", "aoc_*"]
gleam = ">= 0.32.0"
gleam = "~> 0.34 or ~> 1.0"

[dependencies]
gleam_stdlib = "~> 0.19"
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_otp = "~> 0.4"
gleam_erlang = "~> 0.7"
snag = "~> 0.2"
Expand Down

0 comments on commit e64c783

Please sign in to comment.