From 8b22edfab71a8be020ef2695fdab73317e1f987b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E9=80=B8?= Date: Sat, 21 Sep 2024 00:13:40 +0900 Subject: [PATCH] feat: update README for 0.12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e727d93..deceb716 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ They don't support Windows. Add `compio` as dependency: ``` -compio = { version = "0.11.0", features = ["macros"] } +compio = { version = "0.12.0", features = ["macros"] } ``` Then we can use high level APIs to perform filesystem & net IO.