Skip to content

Commit c74130c

Browse files
committed
deps: sqlite3 → 0.11.0, pg → 0.16.1
BREAKING CHANGE: Requires Crystal 0.28+
1 parent 649b336 commit c74130c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

shard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.7.3
44
authors:
55
- Vlad Faust <mail@vladfaust.com>
66

7-
crystal: 0.27.2
7+
crystal: 0.28.0
88

99
license: MIT
1010

@@ -19,7 +19,7 @@ dependencies:
1919
development_dependencies:
2020
sqlite3:
2121
github: crystal-lang/crystal-sqlite3
22-
version: ~> 0.10.0
22+
version: ~> 0.11.0
2323
pg:
2424
github: will/crystal-pg
25-
version: ~> 0.15.0
25+
version: ~> 0.16.1

0 commit comments

Comments
 (0)