Commit a069647
committed
fix(wasm_sandbox): drop trailing None from map_file_cow call
hyperlight-host 0.16.0 dropped the third `Option` argument on
`MultiUseSandbox::map_file_cow`. Without this fix the bump to
host 0.16 fails to compile with E0061 unexpected argument.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>1 parent b441624 commit a069647
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments