Skip to content

Commit

Permalink
Releasing v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Dec 29, 2023
1 parent 73655f2 commit b4f0830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ A `#[forbid_unsafe]` ordered collection crate for Rust. This crate is `no_std`
compatible using the `alloc` crate.

[![crate version](https://img.shields.io/crates/v/kempt.svg)](https://crates.io/crates/kempt)
[![Live Build Status](https://img.shields.io/github/actions/workflow/status/khonsulabs/kempt/rust.yml?branch=v0.2.2)](https://github.com/khonsulabs/kempt/actions?query=workflow:Tests)
[![Live Build Status](https://img.shields.io/github/actions/workflow/status/khonsulabs/kempt/rust.yml?branch=v0.2.3)](https://github.com/khonsulabs/kempt/actions?query=workflow:Tests)
[![HTML Coverage Report for `main` branch](https://khonsulabs.github.io/kempt/coverage/badge.svg)](https://khonsulabs.github.io/kempt/coverage/)
[![Documentation for `v0.2.2` branch](https://img.shields.io/badge/docs-main-informational)](https://docs.rs/kempt)
[![Documentation for `v0.2.3` branch](https://img.shields.io/badge/docs-main-informational)](https://docs.rs/kempt)

## `Map<K, V>`

Expand Down

0 comments on commit b4f0830

Please sign in to comment.