fix compilation of diesel_cli #56

Merged
kiwii merged 1 commit from plume/documentation:diesel-cli-compile into stable 2019-07-30 19:40:05 +00:00

A recent update of serde started using some feature of the std that are not available on nightly 1.35 (what we user), but was release on 1.36.0.
We can't pinpoint a past version of serde without forking diesel_cli, we can however instruct cargo to use a different rustc just for this tool to install, and this is exactly what this does

A recent update of serde started using some feature of the std that are not available on nightly 1.35 (what we user), but was release on 1.36.0. We can't pinpoint a past version of serde without forking diesel_cli, we can however instruct cargo to use a different rustc just for this tool to install, and this is exactly what this does
elegaanz (Migrated from github.com) approved these changes 2019-07-30 19:39:57 +00:00
elegaanz (Migrated from github.com) left a comment

I didn't tested it, but it seems reasonable. Thanks!

I didn't tested it, but it seems reasonable. Thanks!
Sign in to join this conversation.
No description provided.