idc about versions, bite me

This commit is contained in:
ripytide 2022-12-12 05:27:11 +00:00
parent f9535d8bfc
commit 92e4fe8e22
No known key found for this signature in database
GPG Key ID: B2629F9EC7C2FE8C
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "range_bounds_map"
version = "0.0.2"
version = "0.0.3"
authors = ["James Forster <james.forsterer@gmail.com>"]
edition = "2021"
description = """

View File

@ -9,7 +9,7 @@
<img src="logo.svg" alt="range_bounds_map_logo" width="350">
</p>
This crate provides [`RangeBoundsMap`] and [`RangeBoundsSet`.]
This crate provides [`RangeBoundsMap`] and [`RangeBoundsSet`].
[`RangeBoundsMap`] is an ordered map of non-overlapping [`RangeBounds`]
based on [`BTreeMap`].