Closed
Description
Askama has a Cargo workspace with multiple crates in it. Previously, all of the crates just referenced each other by path. However, last night I published them to crates.io, so now I need conventional dependency specifications. As I did this, my testing with cargo test --all
(specifically, the doctests, apparently) started to fail with this error:
See here: https://travis-ci.org/djc/askama/builds/202002221
(As reported in #cargo, @brson asked me to file a bug about it.)