From 38ae8df3d44e6d5ff2905e479bc94dc9cc6d53c0 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 6 Jul 2026 18:40:09 +0300 Subject: [PATCH] 0.3.0: bump version to 0.9.0+rb0.3.0 and add Red Bear author attribution --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 283475baf5..e5c66d10f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "redox_syscall" -version = "0.9.0" +version = "0.9.0+rb0.3.0" description = "A Rust library to access raw Redox system calls" license = "MIT" -authors = ["Jeremy Soller "] +authors = ["Jeremy Soller ", "vasilito "] repository = "https://gitlab.redox-os.org/redox-os/syscall" documentation = "https://docs.rs/redox_syscall" edition = "2021"