From 386b19566ddc18c04dbb52e0741a27ff473cbc88 Mon Sep 17 00:00:00 2001 From: Red Bear OS Date: Sun, 5 Jul 2026 08:48:16 +0300 Subject: [PATCH] fork: add Red Bear author attribution to Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d57f438739..5ec6c7f64c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "redox_installer" -version = "0.2.42" +version = "0.2.42-rb0.2.5" description = "A Redox filesystem builder" license = "MIT" -authors = ["Jeremy Soller "] +authors = ["Jeremy Soller ", "vasilito "] repository = "https://gitlab.redox-os.org/redox-os/installer" default-run = "redox_installer" edition = "2021"