Skip to content

Commit 7c1d9a4

Browse files
acidtibvladfaust
authored andcommitted
deps: crystal → 0.30.1, crystal-db → 0.6.0
BREAKING CHANGE: would not compile on eariler Crystal versions
1 parent ec866c9 commit 7c1d9a4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
version: ~> 0.8.0
4545
+ pg:
4646
+ github: will/crystal-pg
47-
+ version: ~> 0.16.0
47+
+ version: ~> 0.18.0
4848
```
4949

5050
## Usage 💻

shard.yml

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

7-
crystal: 0.29.0
7+
crystal: 0.30.1
88

99
license: MIT
1010

@@ -14,12 +14,12 @@ dependencies:
1414
version: ~> 0.1.0
1515
db:
1616
github: crystal-lang/crystal-db
17-
version: ~> 0.5.0
17+
version: ~> 0.6.0
1818

1919
development_dependencies:
2020
sqlite3:
2121
github: crystal-lang/crystal-sqlite3
22-
version: ~> 0.11.0
22+
version: ~> 0.13.0
2323
pg:
2424
github: will/crystal-pg
25-
version: ~> 0.16.1
25+
version: ~> 0.18.0

0 commit comments

Comments
 (0)