Skip to content

Commit

Permalink
Don't require threadsafe hdf5-c
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Aug 9, 2024
1 parent 442744b commit d9f1a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ strength_reduce = "0.2"
zerocopy = "0.7"
libc = "0.2"
hdf5 = { package = "hdf5-metno", version = "0.9" }
hdf5-sys = { package = "hdf5-metno-sys", version = "0.9", features = ["threadsafe"] }
hdf5-sys = { package = "hdf5-metno-sys", version = "0.9" }
log = "0.4"
rayon = "1.10"
ndarray = { version = "0.15", features = [ "rayon" ] }
Expand Down

0 comments on commit d9f1a9a

Please sign in to comment.