twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
68 stars 15 forks source link

Reduce duplicate dependencies of different versions #157

Open gvnn3 opened 10 months ago

gvnn3 commented 10 months ago

Many parts of the code base use slightly different versions of the same crates. It’d be nice to reduce this. May require a bunch of updates to the code that uses them.

PandaZ3D commented 10 months ago

We can reduce this with workspace dependencies: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#inheriting-a-dependency-from-a-workspace