From 88f1a6b10967778b000bbdb305ea34c4f985ae75 Mon Sep 17 00:00:00 2001 From: YanLien Date: Mon, 9 Feb 2026 15:54:08 +0800 Subject: [PATCH] chore: bump version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a78820..3e2f1bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axdevice" -version = "0.2.0" +version = "0.2.1" description = "A reusable, OS-agnostic device abstraction layer designed for virtual machines." homepage = "https://github.com/arceos-hypervisor/axdevice" repository = "https://github.com/arceos-hypervisor/axdevice"