Skip to content

Commit

Permalink
chore: allow 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Aug 2, 2022
1 parent c6534f4 commit d63383c
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,9 +1,9 @@
name: non-blocking-spawn
version: 1.0.2
version: 1.0.3

authors:
- Evangelos Paterakis <[email protected]>

crystal: ">= 1.3.2, <= 1.4.1"
crystal: ">= 1.3.2, <= 1.5.0"

license: BSD-2-Clause
2 changes: 1 addition & 1 deletion src/non-blocking-spawn.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# If only the current one is available, it falls back to leaving it up to
# Crystal::Scheduler to decide.
#
# https://crystal-lang.org/api/1.4.1/toplevel.html#spawn%28%2A%2Cname%3AString%3F%3Dnil%2Csame_thread%3Dfalse%2C%26block%29-class-method
# https://crystal-lang.org/api/1.5.0/toplevel.html#spawn%28%2A%2Cname%3AString%3F%3Dnil%2Csame_thread%3Dfalse%2C%26block%29-class-method
#
# https://github.com/crystal-lang/crystal/blob/932f193ae/src/concurrent.cr#L60-L67
module Non::Blocking
Expand Down

0 comments on commit d63383c

Please sign in to comment.