Bump version to 0.8.0
This commit is contained in:
parent
754b0d5692
commit
507e8da5ef
|
@ -13,7 +13,7 @@ crate-type = ["cdylib"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ahash = "0.7.2"
|
ahash = "0.7.2"
|
||||||
bincode = "1.3.2"
|
bincode = "1.3.2"
|
||||||
instant-segment = { version = "0.7", path = "../instant-segment", features = ["with-serde"] }
|
instant-segment = { version = "0.8", path = "../instant-segment", features = ["with-serde"] }
|
||||||
pyo3 = { version = "0.13.2", features = ["extension-module"] }
|
pyo3 = { version = "0.13.2", features = ["extension-module"] }
|
||||||
smartstring = "0.2.6"
|
smartstring = "0.2.6"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "instant-segment"
|
name = "instant-segment"
|
||||||
version = "0.7.3"
|
version = "0.8.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"
|
||||||
|
|
Loading…
Reference in New Issue