From 76112646f2be5dcd60d18d5a130f360d0fecd22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E9=80=B8?= Date: Sun, 22 Sep 2024 03:15:41 +0900 Subject: [PATCH] feat(fs): bump version for fix --- compio-fs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compio-fs/Cargo.toml b/compio-fs/Cargo.toml index f6946f6a..3f89d1f3 100644 --- a/compio-fs/Cargo.toml +++ b/compio-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compio-fs" -version = "0.5.0" +version = "0.5.1" description = "Filesystem IO for compio" categories = ["asynchronous", "filesystem"] keywords = ["async", "fs"]