Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 17, 2024
1 parent 0e03139 commit b7cad58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slabigator"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A linked list that doesn't do dynamic memory allocations"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]

use std::{iter::Iterator, mem::MaybeUninit};

#[cfg(feature = "slot_u32")]
Expand Down

0 comments on commit b7cad58

Please sign in to comment.