Skip to content

Commit

Permalink
ensure crystal 0.34 compatibility (#12)
Browse files Browse the repository at this point in the history
* update crystal version to 0.34.0

* bump version to v0.1.5
  • Loading branch information
q9f authored Apr 11, 2020
1 parent 9af933c commit bcef761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: rlp
version: 0.1.4
version: 0.1.5
description: "a native library implementing recursive lengths prefixes purely for the crystal language"

authors:
- /raw PONG _GHMoaCXLT <[email protected]>

crystal: 0.33.0
crystal: 0.34.0

license: APLv2
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# for arbitrary data encoding and decoding.
module Rlp
# The version of the `Rlp` module shard.
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit bcef761

Please sign in to comment.