Skip to content

Commit

Permalink
Bump parent crate to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Dec 12, 2022
1 parent 9315042 commit 7ffa132
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions parent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dicom"
version = "0.5.3"
version = "0.5.4"
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
description = "A pure Rust implementation of the DICOM standard"
edition = "2018"
Expand All @@ -19,11 +19,11 @@ ul = ['dicom-ul']
pixeldata = ['dicom-pixeldata']

[dependencies]
dicom-core = { path = "../core", version = "0.5.2" }
dicom-core = { path = "../core", version = "0.5.3" }
dicom-dictionary-std = { path = "../dictionary-std", version = "0.5.0" }
dicom-encoding = { path = "../encoding", version = "0.5.2" }
dicom-parser = { path = "../parser", version = "0.5.2" }
dicom-encoding = { path = "../encoding", version = "0.5.3" }
dicom-parser = { path = "../parser", version = "0.5.3" }
dicom-transfer-syntax-registry = { path = "../transfer-syntax-registry", version = "0.5.1" }
dicom-object = { path = "../object", version = "0.5.3", default-features = false }
dicom-ul = { optional = true, path = "../ul", version = "0.4.3" }
dicom-pixeldata = { optional = true, path = "../pixeldata", version = "0.1.4" }
dicom-object = { path = "../object", version = "0.5.4", default-features = false }
dicom-ul = { optional = true, path = "../ul", version = "0.4.4" }
dicom-pixeldata = { optional = true, path = "../pixeldata", version = "0.1.5" }

0 comments on commit 7ffa132

Please sign in to comment.