Skip to content

Commit

Permalink
Bump openctm-rs to use latest custom lzma-rs
Browse files Browse the repository at this point in the history
This fixes the error

    Expected unpacked size of x but decompressed to y

gendx/lzma-rs#11
  • Loading branch information
dragly authored and larsmoa committed Feb 5, 2020
1 parent 027d5ee commit 82d9728
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ console_error_panic_hook = "0.1.6"
serde-wasm-bindgen = "0.1.3"
serde_bytes = "0.11.2"
byteorder = "1.3.2"
openctm = { git = "https://github.com/cognitedata/openctm-rs", rev="b8c7ff3b169c50870cde539aed8880cf15ad06ed" }
openctm = { git = "https://github.com/cognitedata/openctm-rs", rev="da096bc4db46ce165456a9d930d2971b1219ea69" }
i3df = { path = "../i3df" }
f3df = { path = "../f3df" }

Expand Down

0 comments on commit 82d9728

Please sign in to comment.