Skip to content

Commit

Permalink
Update for Crystal 0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-o-e committed Jun 28, 2020
1 parent 91d2ee7 commit 160fc00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ jobs:
runs-on: ubuntu-latest

container:
image: crystallang/crystal
image: crystallang/crystal:0.35.1

steps:
- uses: actions/checkout@v2
- name: Install packages
run: apt update && apt install -y wget
- name: Patch shard.yml until https://github.com/didactic-drunk/zstd.cr/pull/2 is released
run: "sed -i 's/version: ~> 1.1.0/branch: master/' shard.yml"
- name: Install dependencies
run: shards install
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
crystal 0.35.1
3 changes: 1 addition & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
description: |
Authenticated and encrypted tokens
crystal: 0.34.0
crystal: 0.35.1

license: MIT

Expand All @@ -26,4 +26,3 @@ development_dependencies:

ameba:
github: crystal-ameba/ameba
version: ~> 0.12.0
2 changes: 1 addition & 1 deletion src/suzuri.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "zstd"
require "base64"

module Suzuri
VERSION = "1.0.0"
VERSION = "1.0.1"

# Encodes a Suzuri token.
#
Expand Down

0 comments on commit 160fc00

Please sign in to comment.