mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
hypervisor: Constrain fnv
version
The ebuild update for `fnv` includes versions up to `1.*`. Add constraints for the dependency to be the same so that a newer `fnv` version does not break the crosvm build. ref: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3630701/comments/af4c79c5_35e4dee4 BUG=b:213151459 TEST=Compiled Change-Id: I4d67b223eb858c3c46f87cbc9ae275c3859a3e46 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3681278 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
dd4b8f1676
commit
435e4fd2bd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ bitflags = "1"
|
|||
data_model = { path = "../common/data_model" }
|
||||
downcast-rs = "1.2.0"
|
||||
enumn = "0.1.0"
|
||||
fnv = "*"
|
||||
fnv = "1"
|
||||
kvm = { path = "../kvm" }
|
||||
kvm_sys = { path = "../kvm_sys" }
|
||||
libc = "*"
|
||||
|
|
Loading…
Reference in a new issue