Skip to content

Commit a72d84c

Browse files
committed
Fix invalid field size error when parsing MSI files with zero-size integer columns
1 parent 30d4ced commit a72d84c

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "vendor/winget-types"]
55
path = vendor/winget-types
66
url = https://github.com/devicie/winget-types
7+
[submodule "vendor/msi"]
8+
path = vendor/msi
9+
url = https://github.com/mdsteele/rust-msi

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ assets = [
137137

138138
[patch.crates-io]
139139
inno = { path = "vendor/inno/core" }
140+
msi = { path = "vendor/msi" }
140141
winget-types = { path = "vendor/winget-types" }

0 commit comments

Comments
 (0)