fix compilation of diesel_cli #56
No reviewers
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: plume/documentation#56
Loading…
Reference in a new issue
No description provided.
Delete branch "plume/documentation:diesel-cli-compile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
I didn't tested it, but it seems reasonable. Thanks!