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>
This commit is contained in:
Junichi Uekawa 2022-04-01 18:20:43 +09:00 committed by Chromeos LUCI
parent 79b3a811ca
commit 33af75be29
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "cros_async"
version = "0.1.0"
version = "0.1.1"
authors = ["The Chromium OS Authors"]
edition = "2021"

View file

@ -1,6 +1,6 @@
[package]
name = "io_uring"
version = "0.1.0"
version = "0.1.1"
authors = ["The Chromium OS Authors"]
edition = "2021"