Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Nov 24, 2023
1 parent 9c3f66c commit 62187a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ttmap"
version = "0.2.1"
version = "0.3.0"
authors = ["Douman <douman@gmx.se>"]
edition = "2018"
license = "BSL-1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/typ.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use core::any::TypeId;

///Valid type for [TypeMap]
///Valid type allowed as key of type map
pub trait Type: 'static + Send + Sync {
#[doc(hidden)]
#[inline(always)]
Expand Down

0 comments on commit 62187a3

Please sign in to comment.