Skip to content

Commit

Permalink
Merge pull request #435 from Enet4/imp/json/dev-dep-test-files
Browse files Browse the repository at this point in the history
Move dicom-test-files in dicom-json to dev dependencies
  • Loading branch information
Enet4 authored Nov 13, 2023
2 parents 213ccab + 6e8f3ad commit 4d67f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ base64 = "0.21.2"
dicom-core = { version = "0.6.2", path = "../core" }
dicom-dictionary-std = { version = "0.6.1", path = "../dictionary-std" }
dicom-object = { version = "0.6.2", path = "../object" }
dicom-test-files = "0.2.1"
num-traits = "0.2.15"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }

[dev-dependencies]
dicom-test-files = "0.2.1"
pretty_assertions = "1.3.0"

0 comments on commit 4d67f30

Please sign in to comment.