From 2318bd0c5ce2a5329b1c2415d2b9f024fc2fd823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Wed, 8 Nov 2017 23:03:47 +0100 Subject: [PATCH] Version 0.2. --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"]