Skip to content

Commit

Permalink
Bump version to v0.20.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nessex committed Feb 2, 2024
1 parent fc3f615 commit 11d5f5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rdst"
description = "A flexible parallel unstable radix sort that supports sorting by any arbitrarily defined sequence of bytes."
version = "0.20.13"
version = "0.20.14"
authors = ["Nathan Essex <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down
13 changes: 0 additions & 13 deletions src/sorts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,3 @@ mod regions_sort;
#[cfg(feature = "multi-threaded")]
mod scanning_sort;
mod ska_sort;

pub use comparative_sort::*;
pub use lsb_sort::*;
#[cfg(feature = "multi-threaded")]
pub use mt_lsb_sort::*;
pub use out_of_place_sort::*;
#[cfg(feature = "multi-threaded")]
pub use recombinating_sort::*;
#[cfg(feature = "multi-threaded")]
pub use regions_sort::*;
#[cfg(feature = "multi-threaded")]
pub use scanning_sort::*;
pub use ska_sort::*;

0 comments on commit 11d5f5a

Please sign in to comment.