sunng87 / handlebars-iron

Handlebars middleware for Iron web framework
MIT License
119 stars 20 forks source link

Porting to serde 1.0 #59

Closed winding-lines closed 7 years ago

winding-lines commented 7 years ago

@sunng87 are you already working on porting this library to serde 1.0 and corresponding handlebars-rust?

sunng87 commented 7 years ago

Yes, I'm almost done with that.

winding-lines commented 7 years ago

If it's of any help the following seems to work for me:

https://github.com/winding-lines/handlebars-iron/commit/ba9bfd42a721df57b5f72bb3ceddb0458eb0c3af

sunng87 commented 7 years ago

Thank you! Could you please open a pull request for that?

winding-lines commented 7 years ago

Opened :)

sunng87 commented 7 years ago

Implemented in #60