diff --git a/README.md b/README.md index a65dbd7..08620c1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Usage Add this to your `Cargo.toml`: [dependencies] - fatfs = "0.4" + fatfs = "0.3" You can start using the `fatfs` library now: @@ -51,7 +51,7 @@ no_std usage Add this to your `Cargo.toml`: [dependencies] - fatfs = { version = "0.4", default-features = false } + fatfs = { version = "0.3.6", default-features = false } Additional features: