Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 20, 2023
1 parent 7eb7021 commit 8cd4c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
@@ -1,6 +1,6 @@
[package]
name = "micromap"
version = "0.0.0"
version = "0.0.5"
edition = "2021"
repository = "https://github.com/yegor256/micromap"
description = "A faster alternative to HashMap for super small maps"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -39,7 +39,7 @@
//! will have exactly ten elements. An attempt to add an 11th element will lead
//! to a panic.

#![doc(html_root_url = "https://docs.rs/micromap/0.0.0")]
#![doc(html_root_url = "https://docs.rs/micromap/0.0.5")]
#![deny(warnings)]
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
#![allow(clippy::multiple_inherent_impl)]
Expand Down

0 comments on commit 8cd4c92

Please sign in to comment.