Skip to content

Commit e3a981e

Browse files
committed
Bump netcdf-c source
1 parent 24c5a15 commit e3a981e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netcdf-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "netcdf-src"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Magnus Ulimoen <[email protected]>"]
55
edition = "2021"
66
description = "Build scripts for building `netCDF` from source"

netcdf-src/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Dummy crate for building `netCDF` from source
22
//!
3-
//! The current pinned version is 4.9.3
3+
//! The current pinned version is 4.9.3 + strlcpy patch
44
55
#[cfg(feature = "dap")]
66
extern crate link_cplusplus;

0 commit comments

Comments
 (0)