Skip to content

Commit e1fa116

Browse files
committed
Relax Lustre & birl versions
1 parent 105b479 commit e1fa116

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gleam.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "grille_pain"
22
target = "javascript"
3-
version = "1.1.0"
3+
version = "1.1.1"
44

55
gleam = ">= 1.8.0"
66

@@ -11,9 +11,9 @@ links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}]
1111
repository = {type = "github", user = "ghivert", repo = "grille-pain"}
1212

1313
[dependencies]
14-
birl = ">= 1.8.0 and < 2.0.0"
14+
birl = ">= 1.6.0 and < 2.0.0"
1515
gleam_stdlib = ">= 0.54.0 and < 1.0.0"
16-
lustre = ">= 4.6.3 and < 5.0.0"
16+
lustre = ">= 4.4.4 and < 5.0.0"
1717
sketch = ">= 4.0.0 and < 5.0.0"
1818
sketch_lustre = ">= 2.0.0 and < 3.0.0"
1919

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ packages = [
1717
]
1818

1919
[requirements]
20-
birl = { version = ">= 1.8.0 and < 2.0.0" }
20+
birl = { version = ">= 1.6.0 and < 2.0.0" }
2121
gleam_stdlib = { version = ">= 0.54.0 and < 1.0.0" }
2222
gleeunit = { version = ">= 1.1.2 and < 2.0.0" }
23-
lustre = { version = ">= 4.6.3 and < 5.0.0" }
23+
lustre = { version = ">= 4.4.4 and < 5.0.0" }
2424
sketch = { version = ">= 4.0.0 and < 5.0.0" }
2525
sketch_lustre = { version = ">= 2.0.0 and < 3.0.0" }

0 commit comments

Comments
 (0)