rust-vmm / event-manager

Apache License 2.0
46 stars 32 forks source link

Use caret dependencies in Cargo.toml #99

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 2 years ago

This is making sure that dependencies are not automatically updated when new ones are published and keeps the main branch always building.

For an in depth analysis and discussion please see: https://github.com/rust-vmm/vm-memory/issues/199

lauralt commented 1 year ago

Fixed by #100