From 7b49a0efceac84b9df57cc18fc6e790c3e03ab77 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Sat, 27 Jan 2024 10:07:11 +0800 Subject: [PATCH] Release v0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09759d9..0280696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://docs.rs/buddy_system_allocator" homepage = "https://github.com/rcore-os/buddy_system_allocator" repository = "https://github.com/rcore-os/buddy_system_allocator" keywords = ["allocator", "no_std", "heap"] -version = "0.9.0" +version = "0.9.1" authors = ["Jiajie Chen ", "Vinay Chandra Dommeti ", "Andrew Walbran "] edition = "2021" license = "MIT"