iced-x86: fix lint (#922)

This commit is contained in:
Tony Arcieri
2021-05-22 08:30:07 -07:00
committed by GitHub
parent 23334c682b
commit 36bf272ac0

View File

@@ -1,17 +1,13 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "iced-x86"
date = "2021-05-19"
url = "https://github.com/icedland/iced/issues/168"
keywords = ["soundness"]
[affected]
functions = { "iced_86::Decoder::new" = ["<= 1.10.3"] }
functions = { "iced_x86::Decoder::new" = ["<= 1.10.3"] }
[versions]
patched = ["> 1.10.3"]