From 06d2d2a82dd8fee038155e98c7138cd6d4ce0729 Mon Sep 17 00:00:00 2001 From: Al Liu Date: Wed, 15 May 2024 17:46:32 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa7a86a1..1da00452 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ ```toml [dependencies] - skl = "0.8" + skl = "0.9" ``` - Enable memory map backend ```toml [dependencies] - skl = { version = "0.8", features = ["memmap"] } + skl = { version = "0.9", features = ["memmap"] } ``` ## Features