diff --git a/Cargo.toml b/Cargo.toml index a2af42ce..0da6ab0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,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.75" +rust-version = "1.80" [features] csv = ["dep:geozero", "geozero/with-csv"] diff --git a/js/Cargo.toml b/js/Cargo.toml index a8d4690d..6a99e620 100644 --- a/js/Cargo.toml +++ b/js/Cargo.toml @@ -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.62" +rust-version = "1.80" [lib] crate-type = ["cdylib", "rlib"] diff --git a/python/core/Cargo.toml b/python/core/Cargo.toml index 1f8d7e38..f8622223 100644 --- a/python/core/Cargo.toml +++ b/python/core/Cargo.toml @@ -9,7 +9,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.75" +rust-version = "1.80" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]