Skip to content

Commit

Permalink
bump to v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Jan 3, 2023
1 parent a3b374a commit abadf7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ladata"
description = "A simple & modular data model."
version = "0.0.20"
version = "0.0.21"
edition = "2021"
resolver = "2"
# MSRV because: GATs, let-else
Expand Down
1 change: 0 additions & 1 deletion src/line/link/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use core::fmt;
#[cfg(not(feature = "no_unsafe"))]
use core::{
mem::{self, MaybeUninit},
ptr,
};

use crate::mem::{Raw, Storage};
Expand Down

0 comments on commit abadf7f

Please sign in to comment.