Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 25, 2023
1 parent db1890c commit 97667e8
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.9"
edition = "2021"
repository = "https://github.com/yegor256/micromap"
description = "The fastest alternative to HashMap, for maps smaller than 20 keys"
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.9")]
#![deny(warnings)]
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
#![allow(clippy::multiple_inherent_impl)]
Expand Down

0 comments on commit 97667e8

Please sign in to comment.