Skip to content

Commit

Permalink
Merge pull request #468 from Enet4/imp/gdcm-0.6
Browse files Browse the repository at this point in the history
Update gdcm-rs to 0.6
  • Loading branch information
Enet4 authored Mar 20, 2024
2 parents 6d2036c + 5d66b1f commit dc38672
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 59 deletions.
86 changes: 29 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixeldata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dicom-transfer-syntax-registry = { path = "../transfer-syntax-registry", version
dicom-dictionary-std = { path = "../dictionary-std", version = "0.6.1" }
snafu = "0.8"
byteorder = "1.4.3"
gdcm-rs = { version = "0.5.0", optional = true }
gdcm-rs = { version = "0.6", optional = true }
rayon = { version = "1.5.0", optional = true }
ndarray = { version = "0.15.1", optional = true }
num-traits = "0.2.12"
Expand Down
2 changes: 1 addition & 1 deletion pixeldata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! [GDCM bindings]: https://crates.io/crates/gdcm-rs
//!
//! ```toml
//! dicom-pixeldata = { version = "0.1", features = ["gdcm"] }
//! dicom-pixeldata = { version = "0.2", features = ["gdcm"] }
//! ```
//!
//! Once the pixel data is decoded,
Expand Down

0 comments on commit dc38672

Please sign in to comment.