Bump instant-segment version to 0.9

This commit is contained in:
Dirkjan Ochtman 2022-02-28 11:36:36 +01:00
parent eac10fb553
commit 2ef7eb82ba
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,6 +1,6 @@
[package]
name = "instant-segment"
version = "0.8.3"
version = "0.9.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018"
license = "Apache-2.0"