From 52eac27c3cbadcbf0d0fd15dc68f2bea13b87d8e Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Mon, 1 Jul 2024 18:39:42 +0800 Subject: [PATCH] Release v0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 958fe18..08ceba2 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.1" +version = "0.10.0" authors = [ "Jiajie Chen ", "Vinay Chandra Dommeti ",