forked from M-Labs/rust-fatfs
Version 0.2.
This commit is contained in:
parent
7ecdb5c61c
commit
2318bd0c5c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1,6 +1,6 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "fatfs"
|
name = "fatfs"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "fatfs"
|
name = "fatfs"
|
||||||
version = "0.1.0"
|
version = "0.2.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"
|
||||||
@ -15,7 +15,7 @@ exclude = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "rafalh/rust-fat" }
|
travis-ci = { repository = "rafalh/rust-fatfs" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["chrono"]
|
default = ["chrono"]
|
||||||
|
Loading…
Reference in New Issue
Block a user