You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Add these lines to your application's `shard.yml`:
22
22
dependencies:
23
23
onyx:
24
24
github: onyxframework/onyx
25
-
version: ~> 0.4.0
25
+
version: ~> 0.6.0
26
26
onyx-sql:
27
27
github: onyxframework/sql
28
-
version: ~> 0.8.0
28
+
version: ~> 0.9.0
29
29
```
30
30
31
31
This shard follows [Semantic Versioning v2.0.0](http://semver.org/), so check [releases](https://github.com/onyxframework/rest/releases) and change the `version` accordingly.
@@ -38,10 +38,10 @@ You'd also need to add a database dependency conforming to the [crystal-db](http
0 commit comments