Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
massivefermion committed Dec 18, 2024
1 parent f8a5158 commit eb57b1d
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
@@ -1,5 +1,5 @@
name = "birl"
version = "1.7.1"
version = "1.8.0"

description = "Date / Time handling for Gleam"
gleam = ">= 0.32.0"
Expand All @@ -10,7 +10,7 @@ links = [{ title = "Gleam", href = "https://gleam.run" }]

[dependencies]
ranger = ">= 1.4.0 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_stdlib = ">= 0.48.0 and < 2.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.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 @@ -11,6 +11,6 @@ packages = [

[requirements]
gleam_regexp = { version = ">= 1.0.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.48.0 and < 2.0.0" }
gleeunit = { version = ">= 1.2.0 and < 2.0.0" }
ranger = { version = ">= 1.2.0 and < 2.0.0" }
ranger = { version = ">= 1.4.0 and < 2.0.0" }

0 comments on commit eb57b1d

Please sign in to comment.