Skip to content

Commit 3198d46

Browse files
committed
updates
1 parent f54ff71 commit 3198d46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Installation
1515

1616
```sh
17-
gleam add cake_sqlight@1
17+
gleam add cake_sqlight
1818
```
1919

2020
## Example

gleam.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ gleam_stdlib = ">= 0.50.0 and <= 2.0.0"
1818
sqlight = ">= 1.0.0 and < 2.0.0"
1919

2020
[dev-dependencies]
21-
pprint = ">= 1.0.4 and < 2.0.0"
21+
birdie = ">= 1.2.5 and < 2.0.0"
2222
gleeunit = ">= 1.2.0 and < 2.0.0"
23-
birdie = ">= 1.2.3 and < 2.0.0"
23+
pprint = ">= 1.0.4 and < 2.0.0"

manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages = [
2727
]
2828

2929
[requirements]
30-
birdie = { version = ">= 1.2.3 and < 2.0.0" }
30+
birdie = { version = ">= 1.2.5 and < 2.0.0" }
3131
cake = { version = ">= 2.0.0 and < 3.0.0" }
3232
gleam_stdlib = { version = ">= 0.50.0 and <= 2.0.0" }
3333
gleeunit = { version = ">= 1.2.0 and < 2.0.0" }

0 commit comments

Comments
 (0)