Skip to content

Commit

Permalink
Update cargo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantk232 authored and amitu committed Oct 4, 2024
1 parent 472f4e4 commit 6a9c938
Showing 1 changed file with 131 additions and 165 deletions.
Loading

1 comment on commit 6a9c938

@amitu
Copy link
Contributor

@amitu amitu commented on 6a9c938 Oct 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@siddhantk232 when doing cargo update, do also check at Cargo.toml file and see which all versions are out of date. I use RustRover and it shows:

Image

Some versions we do not update, e.g., the ones squiggly lined above (do update them if you are willing to wade through versioning conflicts), but others, we do, e.g., wasmtime. Doing a cargo check --tests is enough. I first do a cargo update && cargo check --tests, then one by one increment each squiggly lined one, and if they compile I keep, else revert and move to next.

Please sign in to comment.