Skip to content

Update dependencies

Vincent Lafeychine requested to merge update-dependencies into main

This MR updates and also removes some Rust dependencies for a release build:

  • analysis_driver and gen_accessibility_driver binaries: Used for analysis's testing purposes only.
  • derive_more crate: Keeps Display for future use.
  • fs_extra crate: 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

Merge request reports