Skip to content

Commit

Permalink
📦 (gleam.toml, manifest.toml) Merge update
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Oct 25, 2024
2 parents 50828c2 + 292ce31 commit 70ffd61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ repo = "garnet"
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
shellout = ">= 1.6.0 and < 2.0.0"
esgleam = ">= 0.6.0 and < 1.0.0"
simplifile = ">= 1.7.0 and < 2.2.0"
simplifile = ">= 1.7.0 and < 3.0.0"
spinner = ">= 1.1.0 and < 2.0.0"
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
gleam_javascript = ">= 0.8.0 and < 1.0.0"
gleam_fetch = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_json = ">= 1.0.1 and < 2.0.0"
gleam_json = ">= 1.0.1 and < 3.0.0"
argv = ">= 1.0.2 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"

Expand Down
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ gleam_community_ansi = { version = ">= 1.4.0 and < 2.0.0" }
gleam_fetch = { version = ">= 1.0.0 and < 2.0.0" }
gleam_http = { version = ">= 3.6.0 and < 4.0.0" }
gleam_javascript = { version = ">= 0.8.0 and < 1.0.0" }
gleam_json = { version = ">= 1.0.1 and < 2.0.0" }
gleam_json = { version = ">= 1.0.1 and < 3.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
shellout = { version = ">= 1.6.0 and < 2.0.0" }
simplifile = { version = ">= 1.7.0 and < 2.2.0" }
simplifile = { version = ">= 1.7.0 and < 3.0.0" }
spinner = { version = ">= 1.1.0 and < 2.0.0" }

0 comments on commit 70ffd61

Please sign in to comment.