-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from konung/crystal-future
Fixing breaking change to Concurrent::Future in Crystal 0.35
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Version 0.3 | ||
|
||
_NOTE_ This requires version Crystal > 0.35 | ||
|
||
1. Crystal team has moved Concurrent::Future to community-future shard, and removed functionality from standard library in Crystal version 0.35 | ||
2. Discussion is here: https://github.com/crystal-lang/crystal/pull/9093 | ||
3. This updates lucky-cluster to be compatible with the change |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
name: lucky-cluster | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
|
||
authors: | ||
- Jeremy Woertink <[email protected]> | ||
|
||
crystal: 0.29.0 | ||
|
||
license: MIT | ||
|
||
dependencies: | ||
future: | ||
github: crystal-community/future.cr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters