Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made rmp-serde compatible with serde 0.7 #58

Merged
merged 2 commits into from
Mar 28, 2016
Merged

Conversation

dyule
Copy link
Contributor

@dyule dyule commented Mar 28, 2016

I was trying to drop rmp-serde into a project where I was already using serde with serde-json, and discovered that it wouldn't work. So, I updated rmp to work with the most recent version of serde (0.7).

Basically, it involved renaming a few things and adding in a couple of new error conditions.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 85.923% when pulling 1f00d34 on dyule:master into 3036b78 on 3Hren:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 85.923% when pulling e0e1db2 on dyule:master into 3036b78 on 3Hren:master.

@3Hren
Copy link
Owner

3Hren commented Mar 28, 2016

Great job! Thanks! We should bump the minor version since we've bumped minor version of our dependency.

@3Hren 3Hren merged commit 3f4e65e into 3Hren:master Mar 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants