Skip to content

Commit

Permalink
updated metadata and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
massivefermion committed Oct 19, 2024
1 parent d15262b commit 5d705df
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 96 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "phony"
version = "1.1.10"
version = "1.1.11"

links = [{ title = "Gleam", href = "https://gleam.run" }]
description = "An international phone number validator"
Expand All @@ -10,7 +10,7 @@ internal_modules = ["phony/metadata"]


[dependencies]
gleam_stdlib = "~> 0.39 or ~> 1.0"
gleam_stdlib = "~> 0.40 or ~> 1.0"


[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# You typically do not need to edit this file

packages = [
{ name = "gleam_stdlib", version = "0.39.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2D7DE885A6EA7F1D5015D1698920C9BAF7241102836CE0C3837A4F160128A9C4" },
{ name = "gleam_stdlib", version = "0.40.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "86606B75A600BBD05E539EB59FABC6E307EEEA7B1E5865AFB6D980A93BCB2181" },
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
]

[requirements]
gleam_stdlib = { version = "~> 0.39 or ~> 1.0" }
gleam_stdlib = { version = "~> 0.40 or ~> 1.0" }
gleeunit = { version = "~> 1.2" }
Loading

0 comments on commit 5d705df

Please sign in to comment.