Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 < 3.0.0"
gleam_json = ">= 1.0.1 and < 4.0.0"
argv = ">= 1.0.2 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
gleam_regexp = ">= 1.1.0 and < 2.0.0"
Expand Down
11 changes: 8 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# This file was generated by Gleam
# You typically do not need to edit this file
# Do not manually edit this file, it is managed by Gleam.
#
# This file locks the dependency versions used, to make your build
# deterministic and to prevent unexpected versions from being included
# in your application.
#
# You should check this file into your source control repository.

packages = [
{ name = "argv", version = "1.0.2", build_tools = ["gleam"], requirements = [], otp_app = "argv", source = "hex", outer_checksum = "BA1FF0929525DEBA1CE67256E5ADF77A7CDDFE729E3E3F57A5BDCAA031DED09D" },
Expand Down Expand Up @@ -29,7 +34,7 @@ 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 < 3.0.0" }
gleam_json = { version = ">= 1.0.1 and < 4.0.0" }
gleam_regexp = { version = ">= 1.1.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
Expand Down
Loading