Update smartstring to 1

This commit is contained in:
Dirkjan Ochtman 2022-02-28 11:34:32 +01:00
parent c911457226
commit 77203fc78c
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ ahash = "0.7.2"
bincode = "1.3.2"
instant-segment = { version = "0.8.2", path = "../instant-segment", features = ["with-serde"] }
pyo3 = { version = "0.15.0", features = ["extension-module"] }
smartstring = "0.2.6"
smartstring = "1"
[package.metadata.maturin]
name = "instant-segment"

View File

@ -17,7 +17,7 @@ with-serde = ["serde", "ahash/serde", "smartstring/serde"]
[dependencies]
ahash = "0.7.0"
smartstring = "0.2.5"
smartstring = "1"
serde = { version = "1.0.123", features = ["derive"], optional = true }
[dev-dependencies]