Update syntex and hyper versions #29

Merged
carols10cents merged 2 commits from update-syntex into master 2016-05-02 09:02:36 +12:00
carols10cents commented 2016-05-02 04:28:17 +12:00 (Migrated from github.com)

Other dependencies (ex: aster, quasi, etc) have updated to syntex 0.31, which causes errors like this when I try to build formdata:

build.rs:15:33: 15:46 error: mismatched types:
 expected `&mut syntex::Registry`,
    found `&mut inner::syntex::Registry`
(expected struct `syntex::Registry`,
    found struct `inner::syntex::Registry`) [E0308]
build.rs:15         serde_codegen::register(&mut registry);
                                            ^~~~~~~~~~~~~

Updating the dependency to syntex 0.31 to match the other dependencies fixes the issue for me.

Other dependencies (ex: aster, quasi, etc) have updated to syntex 0.31, which causes errors like this when I try to build formdata: ``` build.rs:15:33: 15:46 error: mismatched types: expected `&mut syntex::Registry`, found `&mut inner::syntex::Registry` (expected struct `syntex::Registry`, found struct `inner::syntex::Registry`) [E0308] build.rs:15 serde_codegen::register(&mut registry); ^~~~~~~~~~~~~ ``` Updating the dependency to syntex 0.31 to match the other dependencies fixes the issue for me.
carols10cents commented 2016-05-02 05:59:55 +12:00 (Migrated from github.com)

And actually a new version of hyper is out now, which is causing me a different problem in a different project :) Wheeee this is fun!

And actually a new version of hyper is out now, which is causing me a different problem in a different project :) Wheeee this is fun!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mikedilger/formdata!29
No description provided.