From 477c1af1a44328f06495a4133c5ce8f8cc563257 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 19 Aug 2024 12:59:12 -0400 Subject: [PATCH] Bump msrv to 1.80 (#702) I'm not sure what recent rust feature I'm using, but @bonkles was unable to compile the JS bindings on rust 1.77 --- Cargo.toml | 2 +- js/Cargo.toml | 2 +- python/core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]