forked from M-Labs/rust-fatfs
Change version to 0.3.0
This commit is contained in:
parent
0dc643f7fe
commit
eca77b6118
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "fatfs"
|
name = "fatfs"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Rafał Harabień <rafalh1992@o2.pl>"]
|
authors = ["Rafał Harabień <rafalh1992@o2.pl>"]
|
||||||
repository = "https://github.com/rafalh/rust-fatfs"
|
repository = "https://github.com/rafalh/rust-fatfs"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -25,7 +25,7 @@ Usage
|
|||||||
Add this to your `Cargo.toml`:
|
Add this to your `Cargo.toml`:
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fatfs = "0.2"
|
fatfs = "0.3"
|
||||||
|
|
||||||
and this to your crate root:
|
and this to your crate root:
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ no_std usage
|
|||||||
Add this to your `Cargo.toml`:
|
Add this to your `Cargo.toml`:
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fatfs = { version = "0.2", features = ["core_io"], default-features = false }
|
fatfs = { version = "0.3", features = ["core_io"], default-features = false }
|
||||||
|
|
||||||
Note: LFN support requires `alloc` and `core_io/collections` features and makes use of `alloc` crate.
|
Note: LFN support requires `alloc` and `core_io/collections` features and makes use of `alloc` crate.
|
||||||
You may have to provide a memory allocator implementation.
|
You may have to provide a memory allocator implementation.
|
||||||
|
Loading…
Reference in New Issue
Block a user