Update dependencies
This MR updates and also removes some Rust dependencies for a release build:
-
analysis_driverandgen_accessibility_driverbinaries: Used foranalysis's testing purposes only. -
derive_morecrate: KeepsDisplayfor future use. -
fs_extracrate: Unused and therefore removed.
The only interesting commits are !39 (75ba1933) and !39 (11f1254e).
It is now also possible to do cargo test (added in the CI), useful to add more tests.
Currently, cargo test fails on analysis: I'll look into this later (unless @lgaeher has already an idea why it might fail).
Edited by Vincent Lafeychine