Bump version to 0.11
This commit is contained in:
parent
647adb1694
commit
05933eae07
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue