Bump version to 0.11

This commit is contained in:
Michael Partheil 2023-10-16 18:51:12 +02:00 committed by Dirkjan Ochtman
parent 647adb1694
commit 05933eae07
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "instant-segment"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
rust-version = "1.65"
license = "Apache-2.0"