Skip to content

Commit

Permalink
Fix MSRV (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 13, 2024
1 parent fc2a563 commit 8bad0f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/geoarrow/geoarrow-rs"
license = "MIT OR Apache-2.0"
keywords = ["webassembly", "arrow", "geospatial"]
categories = ["wasm", "science::geo"]
rust-version = "1.80"
rust-version = "1.82"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/geoarrow/geoarrow-rs"
license = "MIT OR Apache-2.0"
keywords = ["python", "arrow", "geospatial"]
categories = ["wasm", "science::geo"]
rust-version = "1.80"
rust-version = "1.82"

[workspace.dependencies]
arrow = "53"
Expand Down
2 changes: 1 addition & 1 deletion python/pyo3-geoarrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/geoarrow/geoarrow-rs"
license = "MIT OR Apache-2.0"
keywords = ["python", "arrow"]
categories = []
rust-version = "1.75"
rust-version = "1.82"

[dependencies]
arrow = { workspace = true, features = ["ffi", "chrono-tz"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/geoarrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/geoarrow/geoarrow-rs"
description = "Rust implementation of GeoArrow"
categories = ["science::geo"]
rust-version = "1.80"
rust-version = "1.82"

[features]
csv = ["geozero/with-csv"]
Expand Down

0 comments on commit 8bad0f6

Please sign in to comment.