Skip to content

Commit 41e87f3

Browse files
committed
[core] Bump to v0.6.1
1 parent eb3e060 commit 41e87f3

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dicom-core"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
55
description = "Efficient and practical core library for DICOM compliant systems"
66
edition = "2018"

dictionary-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ ldap-oid = []
2727
synchronization-frame-of-reference = []
2828

2929
[dependencies]
30-
dicom-core = { path = "../core", version = "0.6.0" }
30+
dicom-core = { path = "../core", version = "0.6.1" }
3131
once_cell = "1.18.0"

dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cli = ["clap", "dicom-transfer-syntax-registry/inventory-registry", "dicom-objec
2828
term_size = "0.3.2"
2929
snafu = "0.7.3"
3030
clap = { version = "4.0.18", features = ["derive"], optional = true }
31-
dicom-core = { path = "../core", version = "0.6.0" }
31+
dicom-core = { path = "../core", version = "0.6.1" }
3232
dicom-encoding = { path = "../encoding", version = "0.6.0" }
3333
dicom-object = { path = "../object/", version = "0.6.0" }
3434
dicom-transfer-syntax-registry = { path = "../transfer-syntax-registry/", version = "0.6.0", default-features = false }

echoscu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212

1313
[dependencies]
1414
clap = { version = "4.0.18", features = ["derive"] }
15-
dicom-core = { path = "../core", version = "0.6.0" }
15+
dicom-core = { path = "../core", version = "0.6.1" }
1616
dicom-dictionary-std = { path = "../dictionary-std/", version = "0.6.0" }
1717
dicom-dump = { version = "0.6.0", path = "../dump", default-features = false }
1818
dicom-object = { path = "../object/", version = "0.6.0" }

encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["dicom"]
1111
readme = "README.md"
1212

1313
[dependencies]
14-
dicom-core = { path = "../core", version = "0.6.0" }
14+
dicom-core = { path = "../core", version = "0.6.1" }
1515
dicom-dictionary-std = { path = "../dictionary-std", version = "0.6.0" }
1616
encoding = "0.2.33"
1717
byteordered = "0.6"

findscu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["dicom", "query", "search"]
1111
readme = "README.md"
1212

1313
[dependencies]
14-
dicom-core = { path = '../core', version = "0.6.0" }
14+
dicom-core = { path = '../core', version = "0.6.1" }
1515
dicom-ul = { path = '../ul', version = "0.5.0" }
1616
dicom-object = { path = '../object', version = "0.6.0" }
1717
dicom-encoding = { path = "../encoding/", version = "0.6.0" }

fromimage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default = ['dicom-object/inventory-registry', 'dicom-object/backtraces']
1515

1616
[dependencies]
1717
clap = { version = "4.0.18", features = ["derive"] }
18-
dicom-core = { path = "../core", version = "0.6.0" }
18+
dicom-core = { path = "../core", version = "0.6.1" }
1919
dicom-dictionary-std = { path = "../dictionary-std/", version = "0.6.0" }
2020
dicom-object = { path = "../object/", version = "0.6.0" }
2121
snafu = "0.7.3"

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111

1212
[dependencies]
1313
base64 = "0.21.2"
14-
dicom-core = { version = "0.6.0", path = "../core" }
14+
dicom-core = { version = "0.6.1", path = "../core" }
1515
dicom-dictionary-std = { version = "0.6.0", path = "../dictionary-std" }
1616
dicom-object = { version = "0.6.0", path = "../object" }
1717
dicom-test-files = "0.2.1"

object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inventory-registry = ['dicom-encoding/inventory-registry', 'dicom-transfer-synta
1515
backtraces = ['snafu/backtraces']
1616

1717
[dependencies]
18-
dicom-core = { path = "../core", version = "0.6.0" }
18+
dicom-core = { path = "../core", version = "0.6.1" }
1919
dicom-encoding = { path = "../encoding", version = "0.6.0" }
2020
dicom-parser = { path = "../parser", version = "0.6.0" }
2121
dicom-dictionary-std = { path = "../dictionary-std", version = "0.6.0" }

0 commit comments

Comments
 (0)