We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce92ff commit f031764Copy full SHA for f031764
CHANGELOG.md
@@ -13,6 +13,9 @@
13
14
- The `H5Type` derive macro now uses `proc-macro-error` to emit error messages.
15
- MSRV is now `1.54` following a bump in a dependency.
16
+- `hdf5-src` can now be built from several versions of `hdf5` using compile-time
17
+ flags. Enable this using the features `1_14`, `1_12`, or `1_10` of `hdf5-src`.
18
+ More recent versions take priority if multiple versions has been selected.
19
20
### Fixed
21
0 commit comments