Skip to content

Commit 8bad0f6

Browse files
authored
Fix MSRV (#861)
1 parent fc2a563 commit 8bad0f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/geoarrow/geoarrow-rs"
99
license = "MIT OR Apache-2.0"
1010
keywords = ["webassembly", "arrow", "geospatial"]
1111
categories = ["wasm", "science::geo"]
12-
rust-version = "1.80"
12+
rust-version = "1.82"
1313

1414
[lib]
1515
crate-type = ["cdylib", "rlib"]

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/geoarrow/geoarrow-rs"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["python", "arrow", "geospatial"]
1313
categories = ["wasm", "science::geo"]
14-
rust-version = "1.80"
14+
rust-version = "1.82"
1515

1616
[workspace.dependencies]
1717
arrow = "53"

python/pyo3-geoarrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/geoarrow/geoarrow-rs"
99
license = "MIT OR Apache-2.0"
1010
keywords = ["python", "arrow"]
1111
categories = []
12-
rust-version = "1.75"
12+
rust-version = "1.82"
1313

1414
[dependencies]
1515
arrow = { workspace = true, features = ["ffi", "chrono-tz"] }

rust/geoarrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/geoarrow/geoarrow-rs"
99
description = "Rust implementation of GeoArrow"
1010
categories = ["science::geo"]
11-
rust-version = "1.80"
11+
rust-version = "1.82"
1212

1313
[features]
1414
csv = ["geozero/with-csv"]

0 commit comments

Comments
 (0)