Skip to content

Commit eb57b1d

Browse files
updated deps
1 parent f8a5158 commit eb57b1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "birl"
2-
version = "1.7.1"
2+
version = "1.8.0"
33

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

1111
[dependencies]
1212
ranger = ">= 1.4.0 and < 2.0.0"
13-
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
13+
gleam_stdlib = ">= 0.48.0 and < 2.0.0"
1414
gleam_regexp = ">= 1.0.0 and < 2.0.0"
1515

1616
[dev-dependencies]

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ packages = [
1111

1212
[requirements]
1313
gleam_regexp = { version = ">= 1.0.0 and < 2.0.0" }
14-
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
14+
gleam_stdlib = { version = ">= 0.48.0 and < 2.0.0" }
1515
gleeunit = { version = ">= 1.2.0 and < 2.0.0" }
16-
ranger = { version = ">= 1.2.0 and < 2.0.0" }
16+
ranger = { version = ">= 1.4.0 and < 2.0.0" }

0 commit comments

Comments
 (0)