Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Update dependencies #53

Merged
merged 7 commits into from
Aug 23, 2016
Merged

Update dependencies #53

merged 7 commits into from
Aug 23, 2016

Conversation

jwilm
Copy link
Owner

@jwilm jwilm commented Aug 23, 2016

Resolves #50, #48, #45.


This change is Reviewable

@@ -105,7 +105,7 @@ fn find_definition_request_from_json() {
assert_eq!(req.column, 3);
}

#[derive(Debug, Deserialize, Serialize)]
#[derive(Debug, Serialize, Deserialize)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the order important? I don't think I would ever have thought of that!

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't actually matter. This was an attempt to fix a weird error that turned out to be due to an old version of serde_codegen. I'll revert this line.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks for explaining!

jwilm added 2 commits August 23, 2016 09:36
Some dependencies don't guarantee beta compatibility making it difficult
for racerd to do so. In this case, the latest version of clap (racer
dep) is broken.
@rillian
Copy link
Contributor

rillian commented Aug 23, 2016

I filed contain-rs/vec-map#22 about the vec_map issue.

@jwilm
Copy link
Owner Author

jwilm commented Aug 23, 2016

Thanks! I wonder if that was a bug in beta? Current nightly doesn't seem to have that issue.

@jwilm jwilm merged commit 5d685ed into master Aug 23, 2016
@jwilm jwilm deleted the update-deps branch August 23, 2016 16:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants