From: bors Date: Fri, 3 Mar 2017 15:40:30 +0000 (+0000) Subject: Auto merge of #3791 - sunng87:port-handlebars-to-serde, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~116 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5db6d64bb73e8cbc0a5eaa8d133ce6ac0a1d6619;p=cargo.git Auto merge of #3791 - sunng87:port-handlebars-to-serde, r=alexcrichton Use serde type system for handlebars This will help cargo to drop rustc_serialize as dependency (#3682). Handlebars actually supports using serde_json as its type system instead of rustc_serialize. And I'm planning to drop rustc_serialize in future releases. --- 5db6d64bb73e8cbc0a5eaa8d133ce6ac0a1d6619