Skip to content

Conversation

@RuoqingHe
Copy link

Reason for This PR

vmm-sys-util is out of date, preventing downstream from bumping other rust-vmm crates.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any newly added unsafe code is properly documented.
  • Any user-facing changes are mentioned in CHANGELOG.md.

`vmm-sys-util` v0.12.0 - v0.14.0 works for `versionize`, widen the range
accordingly.

Signed-off-by: Ruoqing He <[email protected]>
Prepare versionize v0.2.1 release to consume vmm-sys-util change.

Signed-off-by: Ruoqing He <[email protected]>
@RuoqingHe RuoqingHe changed the title Widen vmm sys util 0.14.0 build: Widen vmm-sys-util to v0.12.0-v0.14.0 Sep 25, 2025
@RuoqingHe
Copy link
Author

@roypat Please take a look when convenient 🙂

@roypat
Copy link
Contributor

roypat commented Sep 27, 2025

Heya, are there actually any users of this crate that would require this dependency bump and a new release? :o

@RuoqingHe
Copy link
Author

Heya, are there actually any users of this crate that would require this dependency bump and a new release? :o

Yes, it's actually dragonball -> nydus -> fuse-backend-rs -> versionize, it's a lengthy chain

@roypat
Copy link
Contributor

roypat commented Sep 28, 2025

Heya, are there actually any users of this crate that would require this dependency bump and a new release? :o

Yes, it's actually dragonball -> nydus -> fuse-backend-rs -> versionize, it's a lengthy chain

blegh. Any chance fuse-backend-rs could just move to normal serde? I had a quick look at the code, and versionize is only used in two places, and neither of those actually make use of the versioning capabilities.

@RuoqingHe
Copy link
Author

Heya, are there actually any users of this crate that would require this dependency bump and a new release? :o

Yes, it's actually dragonball -> nydus -> fuse-backend-rs -> versionize, it's a lengthy chain

blegh. Any chance fuse-backend-rs could just move to normal serde? I had a quick look at the code, and versionize is only used in two places, and neither of those actually make use of the versioning capabilities.

Noted, I will try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants