dtmt/lib
Lucas Schwiderski 0811f47ae2
bug: Fix reading bundle properties
Clippy's suggestion failed me, as `slice::take` only yields _at most_
the given number of elements, but `Vec::with_capacity` doesn't resize
in a way that it would yield `capacity` elements.
2023-01-07 16:19:01 +01:00
..
sdk bug: Fix reading bundle properties 2023-01-07 16:19:01 +01:00
serde_sjson@39486e8503 fix: Fix decompiling strings files with Unicode 2022-12-28 19:50:22 +01:00