Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[parser] [object] Revert use of inspect method for more Rust compiler compatibility #586

Closed
wants to merge 1 commit into from

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Oct 30, 2024

This reverts some of the changes done in #580. Result::inspect and Option::inspect were only introduced in 1.76.0, but there is some interest in using the DICOM-rs library with older versions.

Resolves #585.

… compatibility

- Result::inspect and Option::inspect were introduced in 1.76.0
@Enet4 Enet4 added chore For keeping the project tidy A-lib Area: library C-object Crate: dicom-object C-parser Crate: dicom-parser labels Oct 30, 2024
@Enet4
Copy link
Owner Author

Enet4 commented Nov 2, 2024

Dropping this in favor of #587.

@Enet4 Enet4 closed this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library C-object Crate: dicom-object C-parser Crate: dicom-parser chore For keeping the project tidy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Usage of inspect changed rust version of dicom-rs
1 participant