Merge branch 'bump-ver' into 'master'

Bump version to fix installation

See merge request redox-os/redoxfs!108
This commit is contained in:
Jeremy Soller
2025-12-16 09:48:06 -07:00
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>"]