mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-02-17 05:22:01 +00:00
Bump version to 0.10
This commit is contained in:
parent
c4864fe724
commit
22fff673e6
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user