Skip to content

Commit 6bc5ab0

Browse files
committed
0.0.10
1 parent 93f5097 commit 6bc5ab0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "micromap"
3-
version = "0.0.0"
3+
version = "0.0.10"
44
edition = "2021"
55
repository = "https://github.com/yegor256/micromap"
66
description = "The fastest alternative to HashMap, for maps smaller than 20 keys"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//! will have exactly ten elements. An attempt to add an 11th element will lead
4040
//! to a panic.
4141
42-
#![doc(html_root_url = "https://docs.rs/micromap/0.0.0")]
42+
#![doc(html_root_url = "https://docs.rs/micromap/0.0.10")]
4343
#![deny(warnings)]
4444
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
4545
#![allow(clippy::multiple_inherent_impl)]

0 commit comments

Comments
 (0)