Skip to content

Commit

Permalink
phil-opp/blog_os#1307: fix documentation, bump version and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kennystrawnmusic committed Mar 30, 2024
1 parent 2d63b92 commit 93dda65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
version = "0.1.1-alpha.7"
edition = "2021"
license = "LGPL-3.0-or-later"
categories = [ "no-std", "memory-management" ]
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//!
//! ```rust
//! use lazy_heap::LazyHeap;
//!
//! #[global_allocator]
//! pub static ALLOC: LazyHeap = LazyHeap::new(|| {
//! // allocator initialization code goes here
Expand Down

0 comments on commit 93dda65

Please sign in to comment.