Skip to content

Commit

Permalink
[ts-registry] Bump jpeg2k to 0.6.8
Browse files Browse the repository at this point in the history
instead of bumping openjp2
(implicitly bumped to 0.4.1)
+ add updated Cargo.lock
  • Loading branch information
Enet4 committed Apr 20, 2024
1 parent 2732976 commit 0b84950
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 54 deletions.
62 changes: 15 additions & 47 deletions Cargo.lock

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

9 changes: 2 additions & 7 deletions transfer-syntax-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ native_windows = ["jpeg", "rle"]
jpeg = ["jpeg-decoder", "jpeg-encoder"]
# JPEG 2000 support via the OpenJPEG Rust port,
# works on Linux and a few other platforms
openjp2 = ["dep:jpeg2k", "dep:openjp2", "jpeg2k/openjp2"]
openjp2 = ["dep:jpeg2k", "jpeg2k/openjp2"]
# native RLE lossless support
rle = []
# enable Rayon for JPEG decoding
Expand All @@ -47,12 +47,7 @@ byteordered = "0.6"
tracing = "0.1.34"

[dependencies.jpeg2k]
version = "0.6.6"
optional = true
default-features = false

[dependencies.openjp2]
version = "0.3.6"
version = "0.6.8"
optional = true
default-features = false

Expand Down

0 comments on commit 0b84950

Please sign in to comment.