bump version and add link to previous crate name

This commit is contained in:
ripytide
2023-04-21 15:33:24 +01:00
parent ffbb0643ae
commit 45ea891ae7
5 changed files with 15 additions and 6 deletions
Generated
+1 -1
View File
@@ -36,7 +36,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "discrete_range_map"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"btree_monstrousity",
"either",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "discrete_range_map"
version = "0.3.2"
version = "0.4.0"
authors = ["James Forster <james.forsterer@gmail.com>"]
edition = "2021"
description = """
+3
View File
@@ -185,6 +185,8 @@ all from scratch.
It is however worth noting the library eventually expanded and evolved
from it's origins.
This crate was previously named [`range_bounds_map`].
# Similar Crates
Here are some relevant crates I found whilst searching around the
@@ -232,3 +234,4 @@ topic area:
[`interval-mathematics`]: https://en.wikipedia.org/wiki/Interval_(mathematics)
[`actual infinity`]: https://en.wikipedia.org/wiki/Actual_infinity
[`finite`]: https://en.wiktionary.org/wiki/finite#Adjective
[`range_bounds_map`]: https://docs.rs/range_bounds_map
+7 -4
View File
@@ -1,10 +1,13 @@
# todo this file put back to normal
# - rename crate too
# - add link to previous crate on readme
# - update shared descriptions to note the discreteness
# - fix doc.rs links in docs to print at new crate name
# - fix doc warnings
edition="2024"
version = "Two"
hard_tabs=true
imports_granularity="Module"
group_imports="StdExternalCrate"
max_width=80
format_code_in_doc_comments=true
doc_comment_code_block_width=70
unstable_features = true
comment_width=70
+3
View File
@@ -193,6 +193,8 @@ along with discrete_range_map. If not, see <https://www.gnu.org/licenses/>.
//! It is however worth noting the library eventually expanded and evolved
//! from it's origins.
//!
//! This crate was previously named [`range_bounds_map`].
//!
//! # Similar Crates
//!
//! Here are some relevant crates I found whilst searching around the
@@ -240,6 +242,7 @@ along with discrete_range_map. If not, see <https://www.gnu.org/licenses/>.
//! [`interval-mathematics`]: https://en.wikipedia.org/wiki/Interval_(mathematics)
//! [`actual infinity`]: https://en.wikipedia.org/wiki/Actual_infinity
//! [`finite`]: https://en.wiktionary.org/wiki/finite#Adjective
//! [`range_bounds_map`]: https://docs.rs/range_bounds_map
#![feature(let_chains)]
#![feature(btree_cursors)]