From 9a55397db9d349207ddd49e5f851e6e2e8403b1d Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Tue, 7 Apr 2026 17:22:05 +0200 Subject: [PATCH 1/2] Bump netcdf-c --- netcdf-src/Cargo.toml | 2 +- netcdf-src/source | 2 +- netcdf-src/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netcdf-src/Cargo.toml b/netcdf-src/Cargo.toml index 92c064d..364b305 100644 --- a/netcdf-src/Cargo.toml +++ b/netcdf-src/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netcdf-src" -version = "0.5.0" +version = "0.5.1" authors = ["Magnus Ulimoen "] edition = "2021" description = "Build scripts for building `netCDF` from source" diff --git a/netcdf-src/source b/netcdf-src/source index fa32253..80c6d3f 160000 --- a/netcdf-src/source +++ b/netcdf-src/source @@ -1 +1 @@ -Subproject commit fa32253e77ee677bd3963525d187760215f0e63a +Subproject commit 80c6d3fbe3ee5b80014b0078c17b737b7e14d80c diff --git a/netcdf-src/src/lib.rs b/netcdf-src/src/lib.rs index 7705a22..eec2174 100644 --- a/netcdf-src/src/lib.rs +++ b/netcdf-src/src/lib.rs @@ -1,6 +1,6 @@ //! Dummy crate for building `netCDF` from source //! -//! The current pinned version is 4.9.3 + strlcpy patch +//! The current pinned version is 4.10.0 #[cfg(feature = "dap")] extern crate link_cplusplus; From e65cbf3dd82d9729342b91708769612279da1b22 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Tue, 7 Apr 2026 17:31:41 +0200 Subject: [PATCH 2/2] Pin hdf5-src --- netcdf-src/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netcdf-src/Cargo.toml b/netcdf-src/Cargo.toml index 364b305..b164238 100644 --- a/netcdf-src/Cargo.toml +++ b/netcdf-src/Cargo.toml @@ -53,6 +53,7 @@ mpi = [] [dependencies] hdf5-sys = { workspace = true, features = ["hl", "deprecated", "zlib", "static"] } +hdf5-metno-src = { version = "=0.10.1" } libz-sys = { version = "1.0.25" } link-cplusplus = { version = "1.0.9", optional = true }