From a4fe0e4039e4f1f6f37e46a33fbe2fb42c98c393 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 24 Mar 2021 13:16:49 +0100 Subject: [PATCH] Bump version to 0.7.2 Now that the core crate is in a directory, we no longer needlessly publish data files on crates.io. --- instant-segment/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index 24f1ca0..01c93c6 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-segment" -version = "0.7.1" +version = "0.7.2" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0"