Skip to content

Commit

Permalink
deps: crystal → 0.30.1, crystal-db → 0.6.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: would not compile on eariler Crystal versions
  • Loading branch information
acidtib authored and vladfaust committed Aug 13, 2019
1 parent ec866c9 commit 7c1d9a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
version: ~> 0.8.0
+ pg:
+ github: will/crystal-pg
+ version: ~> 0.16.0
+ version: ~> 0.18.0
```

## Usage 💻
Expand Down
8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.8.1
authors:
- Vlad Faust <[email protected]>

crystal: 0.29.0
crystal: 0.30.1

license: MIT

Expand All @@ -14,12 +14,12 @@ dependencies:
version: ~> 0.1.0
db:
github: crystal-lang/crystal-db
version: ~> 0.5.0
version: ~> 0.6.0

development_dependencies:
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.11.0
version: ~> 0.13.0
pg:
github: will/crystal-pg
version: ~> 0.16.1
version: ~> 0.18.0

0 comments on commit 7c1d9a4

Please sign in to comment.