crosvm/io_uring/Cargo.toml
Junichi Uekawa 33af75be29 crosvm: Bump version number.
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>
2022-04-08 01:04:50 +00:00

19 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"