diff --git a/Cargo.lock b/Cargo.lock index fc036af18cfc068a682cedc60cea36b85cf45358..b42e20eddffee31519984ed943290525fb650915 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "redoxfs" -version = "0.3.1" +version = "0.3.2" dependencies = [ "fuse 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f285af56953a78c64f8484bad2f3eb892121d7f2..6e1bd46c5b155b2fbe9dd6e992c4bfe55311664e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "redoxfs" description = "The Redox Filesystem" repository = "https://github.com/redox-os/redoxfs" -version = "0.3.1" +version = "0.3.2" license-file = "LICENSE" readme = "README.md" authors = ["Jeremy Soller <jackpot51@gmail.com>"]