From 8a876d880afecd45a5bca76d2c15904e87f2500a Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Wed, 12 Aug 2020 00:05:11 +0200 Subject: [PATCH] Fix copy operation on non-m4 builds --- netcdf-src/Cargo.toml | 2 +- netcdf-src/source | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netcdf-src/Cargo.toml b/netcdf-src/Cargo.toml index a91ff53..9a19ef7 100644 --- a/netcdf-src/Cargo.toml +++ b/netcdf-src/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netcdf-src" -version = "0.1.2" +version = "0.1.3" authors = ["Magnus Ulimoen "] edition = "2018" description = "Build scripts for building `netCDF` from source" diff --git a/netcdf-src/source b/netcdf-src/source index 3f1a337..1905688 160000 --- a/netcdf-src/source +++ b/netcdf-src/source @@ -1 +1 @@ -Subproject commit 3f1a337ae7c7db132a5be858d76650e873927631 +Subproject commit 190568886de0092ac08c72da50a2849d4c603de6