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

Include serde_derive #99

Closed
wants to merge 1 commit into from
Closed

Include serde_derive #99

wants to merge 1 commit into from

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Feb 10, 2017

Fixes #82.

@dtolnay dtolnay mentioned this pull request Feb 10, 2017
version = "0.2.0"
default-features = false
features = ["serde"]
toml = { git = "https://github.com/alexcrichton/toml-rs" }
Copy link
Member Author

Choose a reason for hiding this comment

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

Serde 0.9 support exists on the master branch, update to 0.3 once it is available. toml-rs/toml-rs#137 (comment)

@shepmaster
Copy link
Member

Oh dear, I've already written most / all of this locally; I certainly didn't expect you to do so! I'll give this the once-over and see what good bits I can steal 😉

@shepmaster
Copy link
Member

I do like the idea of relying on Cargo though, would allow me to nicely sidestep toml-rs/toml-rs#142

@dtolnay
Copy link
Member Author

dtolnay commented Feb 10, 2017

Is there anything you are working on including in your implementation that I don't have here? If you don't have time to work on this, I can make the changes here.

@shepmaster
Copy link
Member

@dtolnay mostly just disagreements with commit sizing / grouping, so I'm in the process of splitting up your commit. I expect to make progress this evening (Eastern).

@shepmaster
Copy link
Member

Closed via #100; thanks so much!

@shepmaster shepmaster closed this Feb 11, 2017
@dtolnay dtolnay deleted the derive branch February 11, 2017 00:09
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.

2 participants