-
Notifications
You must be signed in to change notification settings - Fork 31
Build Fail on 1.14.0 2016-10-02 #113
Comments
Same thing for
Was going to make a new issue, but the failures are so similar and only 1 nightly release apart so decided against it. The only difference between the original issue and this on is:
|
Note for issue lurkers: I rolled back nightly build to |
I ran into this issue last night as well. I was attempting to update lib versions and nightly version for a web api I'm building which uses diesel and serde. Apparently the newest version of diesel needs rust nightly >= 2016-10-10, and aster requires nightly <= 2016-09-28. Sad day. I don't envy the person attempting to get a new project up and running with both serde and diesel. At least I have a set of versions which work together from 2016-03-25! |
Note: it is suggested to use serde_derive instead of serde codegen, since serde_derive is expected to never break and will become available on stable in 3 monts or so. Afaik diesel is moving in a similar direction |
Fixed in #115. |
I'm getting a build error on the latesr nightly for
aster
:The text was updated successfully, but these errors were encountered: