From 810976298ff54d430d124513e7a2cf06072686b6 Mon Sep 17 00:00:00 2001 From: Alan Egerton Date: Fri, 20 Jan 2023 18:53:53 +0000 Subject: [PATCH] Bump v0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df69295..bd0cf4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copse" -version = "0.3.0" +version = "0.4.0" license = "MIT OR Apache-2.0" repository = "https://github.com/eggyal/copse.git" description = "Direct ports of the standard library's BTreeMap, BTreeSet and BinaryHeap collections, but that sort according to a specified total order rather than the `Ord` trait"