From 075c689ad8163a1060e2b6ceaea543bdd32daaa6 Mon Sep 17 00:00:00 2001 From: Alan Egerton Date: Sat, 31 Dec 2022 12:44:10 +0000 Subject: [PATCH] Bump 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72ac747..510f638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copse" -version = "0.1.0" +version = "0.1.1" license = "MIT OR Apache-2.0" repository = "https://github.com/eggyal/copse.git" description = "Direct ports of the standard library's B-Tree collections, but that sort according to a specified comparator rather than the `Ord` trait"