Skip to content

Commit e99ceb9

Browse files
committed
feat: update doc
1 parent 877b821 commit e99ceb9

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 = "flat_rbtree"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
authors = ["Matheus-git <mathiew0@gmail.com>"]
66
description = "A flat, index-based Red-Black Tree with no heap allocations. Ideal for performance-critical or memory-constrained environments."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A fast, index-based Red-Black Tree with no heap allocations — ideal for systems where performance and memory layout matter.
66

7-
See [Documentation](https://docs.rs/flat_rbtree/0.2.0)
7+
See [Documentation](https://docs.rs/flat_rbtree/0.2.1)
88

99
## Features
1010

0 commit comments

Comments
 (0)