From c9ca8b6946ae6c6b45f0a93470ae96d161c3dab4 Mon Sep 17 00:00:00 2001 From: Nathan Essex Date: Sat, 23 Dec 2023 19:15:44 +0900 Subject: [PATCH] Bump version to v0.20.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c89e962..2777b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "rdst" -version = "0.20.11" +version = "0.20.12" dependencies = [ "arbitrary-chunks", "block-pseudorand", diff --git a/Cargo.toml b/Cargo.toml index e1b588d..b2f8cb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.11" +version = "0.20.12" authors = ["Nathan Essex "] edition = "2018" license = "Apache-2.0 OR MIT"