Skip to content

Commit 53a9301

Browse files
committed
Bump to Crystal 1.13.1
1 parent c4fd4d9 commit 53a9301

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
container:
13-
image: crystallang/crystal:1.12.1
13+
image: crystallang/crystal:1.13.1
1414

1515
steps:
1616
- uses: actions/checkout@v4

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
crystal 1.12.1
1+
crystal 1.13.1

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ucl
22

33
version: 0.1.0
44

5-
crystal: 1.12.1
5+
crystal: 1.13.1
66

77
license: MIT
88

0 commit comments

Comments
 (0)