Skip to content

Commit b43f18e

Browse files
committed
Use heed v0.22.1-nested-rtxns
1 parent da2e9d2 commit b43f18e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cellulite"
3-
version = "0.3.0"
3+
version = "0.3.1-nested-rtxns"
44
edition = "2024"
55
license-file = "LICENSE"
66
description = "Store and retrieve geojson in a memory mapped database"
@@ -20,7 +20,7 @@ geo = { version = "0.30.0", default-features = false, features = ["earcutr"] }
2020
geojson = "0.24.2"
2121
geo-types = "0.7.15"
2222
h3o = { version = "0.9.0", features = ["geo"] }
23-
heed = "0.22.0"
23+
heed = { version = "0.22.1-nested-rtxns", default-features = false }
2424
ordered-float = "5.0.0"
2525
roaring = "0.11.1"
2626
thiserror = "2.0.12"

0 commit comments

Comments
 (0)