Bump version to fix installation

This commit is contained in:
Wildan M
2025-12-16 20:53:14 +07:00
parent b8f2c63bdd
commit 52b230fc67
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -507,7 +507,7 @@ checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
[[package]]
name = "redoxfs"
version = "0.8.2"
version = "0.8.3"
dependencies = [
"aes",
"argon2",
+1 -1
View File
@@ -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 <jackpot51@gmail.com>"]