patch section in toplevel

This commit is contained in:
Magnus Ulimoen 2020-02-17 09:34:04 +01:00
parent 123433aeaa
commit fba9151c35
2 changed files with 5 additions and 1 deletions

View File

@ -32,3 +32,7 @@ structopt = "0.3.3"
members = [
"netcdf-sys",
]
[patch]
[patch.crates-io]
hdf5-sys = { git = "https://github.com/magnusuMET/hdf5-rust", branch = "feature/static_build" }

View File

@ -36,4 +36,4 @@ dap = ["curl-sys"]
[patch]
[patch.crates-io]
hdf5-sys = { git = "https://github.com/magnusuMET/hdf5-rust.git", branch = "feature/static_build" }
hdf5-sys = { git = "https://github.com/magnusuMET/hdf5-rust", branch = "feature/static_build" }