From 52b230fc6769f6062369c69280b28503633d104f Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 16 Dec 2025 20:53:14 +0700 Subject: [PATCH] Bump version to fix installation --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be7507b3fa..cc58df6d01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,7 +507,7 @@ checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb" [[package]] name = "redoxfs" -version = "0.8.2" +version = "0.8.3" dependencies = [ "aes", "argon2", diff --git a/Cargo.toml b/Cargo.toml index d39368dbc8..48ee49d0cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "redoxfs" description = "The Redox Filesystem" repository = "https://gitlab.redox-os.org/redox-os/redoxfs" -version = "0.8.2" +version = "0.8.3" license-file = "LICENSE" readme = "README.md" authors = ["Jeremy Soller "]