Skip to content

Commit

Permalink
Bundle it up for Crystal 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Apr 1, 2021
1 parent 0a5e019 commit 7a1b0a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: splay_tree_map
version: 0.1.0
version: 0.1.1

authors:
- Kirk Haines <[email protected]>

crystal: 0.35.1
crystal: 1.0.0

license: MIT

development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.13.0
version: ~> 0.14
2 changes: 1 addition & 1 deletion src/splay_tree_map.cr
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SplayTreeMap(K, V)
include Enumerable({K, V})
include Iterable({K, V})
include Comparable(SplayTreeMap)
VERSION = "0.1.0"
VERSION = "0.1.1"

private class Unk; end

Expand Down

0 comments on commit 7a1b0a0

Please sign in to comment.