Skip to content

Commit

Permalink
Updated for Crystal 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naqvis committed Apr 8, 2020
1 parent cd25441 commit ace2a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ authors:
description: |
Crystal bindings to the LZ4 compression library.
crystal: 0.33.0
crystal: 0.34.0

license: MIT
3 changes: 1 addition & 2 deletions spec/lz4_spec.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require "./spec_helper"

describe Lz4 do

describe LZ4 do
end

0 comments on commit ace2a59

Please sign in to comment.