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]
name = "netcdf-src"
version = "0.4.2"
version = "0.4.3"
authors = ["Magnus Ulimoen <magnusu@met.no>"]
edition = "2021"
description = "Build scripts for building `netCDF` from source"

View File

@ -1,6 +1,6 @@
//! 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")]
extern crate link_cplusplus;