Version 0.2.

This commit is contained in:
Rafał Harabień 2017-11-08 23:03:47 +01:00
parent 7ecdb5c61c
commit 2318bd0c5c
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -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"]