mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
33af75be29
There are two copies of io_uring and cros_async that are slightly different. Bump the version number of new one. BUG=None TEST=cargo build Change-Id: I7f82d3c5f01633bef7d0ce14ab777bbb50d4fbd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3565625 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
18 lines
374 B
TOML
18 lines
374 B
TOML
[package]
|
|
name = "io_uring"
|
|
version = "0.1.1"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
data_model = { path = "../common/data_model" } # provided by ebuild
|
|
libc = "0.2.93"
|
|
remain = "0.2"
|
|
sync = { path = "../common/sync" } # provided by ebuild
|
|
base = { path = "../base" } # provided by ebuild
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
|