From ec5f32ec382852339652bd6d46bcccb069a3bf63 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 28 Feb 2025 18:48:18 -0700 Subject: [PATCH] 0.6.9 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14d9fc9de0..532897c3a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aes" @@ -381,7 +381,7 @@ checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb" [[package]] name = "redoxfs" -version = "0.6.8" +version = "0.6.9" dependencies = [ "aes", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 5d2cfbd075..99576cf22d 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.6.8" +version = "0.6.9" license-file = "LICENSE" readme = "README.md" authors = ["Jeremy Soller "]