Bump netcdf-c source

This commit is contained in:
Magnus Ulimoen 2025-06-10 15:37:28 +02:00
parent 24c5a157e4
commit e3a981e39d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "netcdf-src" name = "netcdf-src"
version = "0.4.2" version = "0.4.3"
authors = ["Magnus Ulimoen <magnusu@met.no>"] authors = ["Magnus Ulimoen <magnusu@met.no>"]
edition = "2021" edition = "2021"
description = "Build scripts for building `netCDF` from source" description = "Build scripts for building `netCDF` from source"

View File

@ -1,6 +1,6 @@
//! Dummy crate for building `netCDF` from source //! Dummy crate for building `netCDF` from source
//! //!
//! The current pinned version is 4.9.3 //! The current pinned version is 4.9.3 + strlcpy patch
#[cfg(feature = "dap")] #[cfg(feature = "dap")]
extern crate link_cplusplus; extern crate link_cplusplus;