Upgrade virtio-queue to 0.11.0
This project was upgraded with external_updater.
Usage: tools/external_updater/updater.sh update external/rust/crates/virtio-queue
For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
Test: TreeHugger
Change-Id: I8ba377033143d7b79f80ce85ffa9f960450db1a0
diff --git a/METADATA b/METADATA
index 51ab4f1..bce4f7a 100644
--- a/METADATA
+++ b/METADATA
@@ -1,19 +1,24 @@
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update external/rust/crates/virtio-queue
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+
name: "virtio-queue"
description: "virtio queue implementation"
third_party {
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2024
+ month: 2
+ day: 6
+ }
identifier {
type: "crates.io"
- value: "https://crates.io/crates/virtio-queue"
+ value: "https://static.crates.io/crates/virtio-queue/virtio-queue-0.11.0.crate"
+ version: "0.9.0"
}
identifier {
type: "Archive"
value: "https://static.crates.io/crates/virtio-queue/virtio-queue-0.9.0.crate"
- }
- version: "0.9.0"
- license_type: NOTICE
- last_upgrade_date {
- year: 2023
- month: 8
- day: 23
+ version: "0.11.0"
}
}