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]
|
||||
name = "fatfs"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"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)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "fatfs"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Rafał Harabień <rafalh1992@o2.pl>"]
|
||||
repository = "https://github.com/rafalh/rust-fatfs"
|
||||
readme = "README.md"
|
||||
@ -15,7 +15,7 @@ exclude = [
|
||||
]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "rafalh/rust-fat" }
|
||||
travis-ci = { repository = "rafalh/rust-fatfs" }
|
||||
|
||||
[features]
|
||||
default = ["chrono"]
|
||||
|
Loading…
Reference in New Issue
Block a user