Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
- update rust to the latest version (1.80.1)
- remove structopt depedency and only use clap instead as structopt was
  relying on clap anyway, and the structopt features are now included in
  clap since clap v3 (structopt has entered maintenance mode / end of life).

The `release` target binary size has been reduced from 607K to 587K.

The next dependency update would be to switch the rust edition from "2021" to
"2024" when it will be supported (starting in october if all goes well).
  • Loading branch information
nm2107 committed Aug 21, 2024
1 parent 5465b59 commit da093e6
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 147 deletions.
Loading

0 comments on commit da093e6

Please sign in to comment.