From 6f4296e2da15eee1bc7e9ecd522ef8006620e273 Mon Sep 17 00:00:00 2001 From: Kenny Strawn Date: Fri, 29 Mar 2024 19:50:34 -0700 Subject: [PATCH] phil-opp/blog_os#1307: fix doc comments, bump version and publish --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f83827d..1ead16a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "lazy-heap" -version = "0.1.1-alpha.7" +version = "0.1.1-alpha.8" dependencies = [ "slab_allocator_rs", "spin", diff --git a/Cargo.toml b/Cargo.toml index 5444067..e8666c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lazy-heap" description = "A lazy heap allocator for Rust based on `slab_allocator_rs`." repository = "https://github.com/kennystrawnmusic/lazy-heap" -version = "0.1.1-alpha.7" +version = "0.1.1-alpha.8" edition = "2021" license = "LGPL-3.0-or-later" categories = [ "no-std", "memory-management" ]