Remove upper bounds on versions of cereal and crypto-api#14
Remove upper bounds on versions of cereal and crypto-api#14larskuhtz wants to merge 1 commit intometeficha:masterfrom
Conversation
|
I also wish that a new version including this patch will be released soon. |
|
Just got bitten by this too, @meteficha please remove the upper bounds. |
|
Seconded. Please increase upper bounds to allow anything up to the next major version, at least. i.e.: 1.0 for 0.x dependencies. |
|
Hey, guys! Sorry I've been MIA for a few months. It seems to me that @snoyberg fixed the current problems by just bumping the version constraints, so does anybody still has any problems with In general, I don't like removing upper bounds, especially for If anybody has any comments to share about this, I'm all ears. And again, sorry for not taking care of |
|
Well, closing this issue then. :) |
The upper bounds for cereal and crypto-api do exclude the most recent versions of these packages. After removing the bounds the package still builds and works for me. I haven't done any specific tests. I guess that serialization with the new version of cereal is backward compatible but I haven't checked.