diff --git a/netcdf-src/Cargo.toml b/netcdf-src/Cargo.toml index a06c644..351fc0c 100644 --- a/netcdf-src/Cargo.toml +++ b/netcdf-src/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netcdf-src" -version = "0.4.2" +version = "0.4.3" authors = ["Magnus Ulimoen "] edition = "2021" description = "Build scripts for building `netCDF` from source" diff --git a/netcdf-src/src/lib.rs b/netcdf-src/src/lib.rs index ce2c3b2..7705a22 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 +//! The current pinned version is 4.9.3 + strlcpy patch #[cfg(feature = "dap")] extern crate link_cplusplus;