File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414## Installation
1515
1616``` sh
17- gleam add cake_sqlight@1
17+ gleam add cake_sqlight
1818```
1919
2020## Example
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ gleam_stdlib = ">= 0.50.0 and <= 2.0.0"
1818sqlight = " >= 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"
2222gleeunit = " >= 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"
Original file line number Diff line number Diff 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" }
3131cake = { version = " >= 2.0.0 and < 3.0.0" }
3232gleam_stdlib = { version = " >= 0.50.0 and <= 2.0.0" }
3333gleeunit = { version = " >= 1.2.0 and < 2.0.0" }
You can’t perform that action at this time.
0 commit comments