Skip to content

Commit

Permalink
enable threadsafe feature for static build
Browse files Browse the repository at this point in the history
  • Loading branch information
CramBL committed Mar 2, 2025
1 parent 7080834 commit 65ab499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdf5-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Native bindings to the HDF5 library."
links = "hdf5"
readme = "README.md"
categories = ["development-tools::ffi", "filesystem", "science"]
version = "0.10.1" # !V
version = "0.10.1" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
Expand All @@ -28,7 +28,7 @@ mpio = ["dep:mpi-sys"]
hl = ["hdf5-src?/hl"]
threadsafe = ["hdf5-src?/threadsafe"]
zlib = ["dep:libz-sys", "hdf5-src?/zlib"]
static = ["dep:hdf5-src"]
static = ["hdf5-src/threadsafe"]
deprecated = ["hdf5-src?/deprecated"]

[build-dependencies]
Expand Down

0 comments on commit 65ab499

Please sign in to comment.