Skip to content

Commit

Permalink
chore(*): finalize SCC 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Apr 17, 2024
1 parent a899c76 commit 38dfe30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version 2

2.1.0

* Use [`sdd`](https://crates.io/crates/sdd) as the memory reclaimer.

2.0.20

* Relax trait bounds of `TreeIndex`.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub use stack::Stack;
pub mod tree_index;
pub use tree_index::TreeIndex;

/// Re-export the `sdd` crate for backward compatibility.
/// Re-export the [`sdd`](https://crates.io/crates/sdd) crate for backward compatibility.
pub use sdd as ebr;

mod exit_guard;
Expand Down

0 comments on commit 38dfe30

Please sign in to comment.