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