bump version

This commit is contained in:
ripytide 2023-04-09 19:00:41 +01:00
parent 97cb31c08e
commit 5998328efc
No known key found for this signature in database
GPG Key ID: B2629F9EC7C2FE8C
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -217,7 +217,6 @@ along with range_bounds_map. If not, see <https://www.gnu.org/licenses/>.
//! [`rangeboundsset`]: https://docs.rs/range_bounds_map/latest/range_bounds_map/range_bounds_set/struct.RangeBoundsSet.html
//! [`copse`]: https://github.com/eggyal/copse
#![feature(is_some_and)]
#![feature(let_chains)]
#![feature(btree_cursors)]
#![allow(clippy::tabs_in_doc_comments)]