From 2ef7eb82bab3da5d9fdb3a29e7ae973538ea42f0 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 28 Feb 2022 11:36:36 +0100 Subject: [PATCH] Bump instant-segment version to 0.9 --- instant-segment-py/Cargo.toml | 2 +- instant-segment/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 196ac2a..0e64699 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib"] [dependencies] ahash = "0.7.2" bincode = "1.3.2" -instant-segment = { version = "0.8.2", path = "../instant-segment", features = ["with-serde"] } +instant-segment = { version = "0.9", path = "../instant-segment", features = ["with-serde"] } pyo3 = { version = "0.16", features = ["extension-module"] } smartstring = "1" diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index b85bc51..4445089 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-segment" -version = "0.8.3" +version = "0.9.0" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0"