Installation fails without --locked
#1285
Labels
bug
Something isn't working the way that is expected.
--locked
#1285
Checklist
What version of bottom are you running?
0.9.5
How did you install bottom?
cargo install bottom
without--locked
Describe the issue
When installing
bottom
usingcargo install bottom
, the installation fails after the update 0.9.5.What is the expected behaviour?
bottom
should be installed without--locked
What is the actual behaviour?
The compilation fails with the following output:
How can we reproduce this?
Run
cargo install bottom
Additional information
It works with the
--locked
flag.It should be related to pinning
serde
which is not necessary anymore as mentioned in this comment.It would be nice to revert that pinning. Thank you for developing
bottom
❤️❤️❤️The text was updated successfully, but these errors were encountered: