diff --git a/Cargo.lock b/Cargo.lock index af2c2a2..c378eb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 67c5f4d..4c85736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatfs" -version = "0.1.0" +version = "0.2.0" authors = ["Rafał Harabień "] 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"]