We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c5a15 commit e3a981eCopy full SHA for e3a981e
netcdf-src/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "netcdf-src"
3
-version = "0.4.2"
+version = "0.4.3"
4
authors = ["Magnus Ulimoen <[email protected]>"]
5
edition = "2021"
6
description = "Build scripts for building `netCDF` from source"
netcdf-src/src/lib.rs
//! 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;
0 commit comments