From 8d2f83061a4def53da2fd784bafb818270c0bb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E9=80=B8?= Date: Sun, 24 Nov 2024 04:10:31 +0900 Subject: [PATCH] doc: update version info in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494b3003..1aa2e1e7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ They don't support Windows. Add `compio` as dependency: ``` -compio = { version = "0.12.0", features = ["macros"] } +compio = { version = "0.13.0", features = ["macros"] } ``` Then we can use high level APIs to perform filesystem & net IO.