Skip to content

Commit

Permalink
[parent] Bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Aug 26, 2023
1 parent b0a838a commit cdcd9ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions parent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dicom"
version = "0.6.0"
version = "0.6.1"
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
description = "A pure Rust implementation of the DICOM standard"
edition = "2018"
Expand All @@ -21,7 +21,7 @@ pixeldata = ['dicom-pixeldata']
[dependencies]
dicom-core = { path = "../core", version = "0.6.1" }
dicom-dictionary-std = { path = "../dictionary-std", version = "0.6.0" }
dicom-dump = { version = "0.6.0", path = "../dump", default-features = false }
dicom-dump = { version = "0.6.1", path = "../dump", default-features = false }
dicom-encoding = { path = "../encoding", version = "0.6.0" }
dicom-parser = { path = "../parser", version = "0.6.0" }
dicom-transfer-syntax-registry = { path = "../transfer-syntax-registry", version = "0.6.0" }
Expand Down

0 comments on commit cdcd9ac

Please sign in to comment.