Skip to content

Commit 32cbb33

Browse files
authored
chore: Bump rust to 0.1 (#38)
1 parent 930854d commit 32cbb33

3 files changed

Lines changed: 28 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2025-10-17
4+
5+
- Initial release

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = ["python"]
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.1.0-beta.2"
12+
version = "0.1.0"
1313
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
1414
edition = "2024"
1515
license = "MIT OR Apache-2.0"
@@ -30,15 +30,15 @@ flatgeobuf = { version = "5.0", default-features = false }
3030
futures = "0.3"
3131
geo = "0.31.0"
3232
geo-traits = "0.3.0"
33-
geoarrow-array = "0.6.0"
34-
geoarrow-flatgeobuf = "0.6.0"
35-
geoarrow-expr-geo = "0.6.0"
36-
geoarrow-geojson = "0.6.0"
37-
geoarrow-schema = "0.6.0"
33+
geoarrow-array = "0.6.1"
34+
geoarrow-flatgeobuf = "0.6.1"
35+
geoarrow-expr-geo = "0.6.1"
36+
geoarrow-geojson = "0.6.1"
37+
geoarrow-schema = "0.6.1"
3838
geodatafusion = { path = "rust/geodatafusion", version = "0.1.0-beta.2" }
3939
geohash = "0.13.1"
4040
geojson = "0.24"
41-
geoparquet = "0.6.0"
41+
geoparquet = "0.6.1"
4242
http-range-client = { version = "0.9", default-features = false }
4343
object_store = "0.12.4"
4444
serde_json = "1"

0 commit comments

Comments
 (0)