Bump version to 0.10

This commit is contained in:
Dirkjan Ochtman 2022-08-15 10:08:10 +02:00
parent c4864fe724
commit 22fff673e6
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ crate-type = ["cdylib"]
[dependencies] [dependencies]
ahash = "0.8" ahash = "0.8"
bincode = "1.3.2" bincode = "1.3.2"
instant-segment = { version = "0.9", path = "../instant-segment", features = ["with-serde"] } instant-segment = { version = "0.10", path = "../instant-segment", features = ["with-serde"] }
pyo3 = { version = "0.16", features = ["extension-module"] } pyo3 = { version = "0.16", features = ["extension-module"] }
smartstring = "1" smartstring = "1"

View File

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