Skip to content

Commit

Permalink
chore: allow 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Apr 22, 2022
1 parent 8675ec2 commit 2c78d83
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,9 +1,9 @@
name: non-blocking-spawn
version: 1.0.0
version: 1.0.1

authors:
- Evangelos Paterakis <[email protected]>

crystal: ~>1.3.2
crystal: ">= 1.3.2, <= 1.4.0"

license: MIT
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.3.2/toplevel.html#spawn%28%2A%2Cname%3AString%3F%3Dnil%2Csame_thread%3Dfalse%2C%26block%29-class-method
# https://crystal-lang.org/api/1.4.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 2c78d83

Please sign in to comment.