Upgrade gimli to 0.21 (#1819)

* Use gimli 0.21

* rm CFI w Expression

* Don't write .debug_frame twice
This commit is contained in:
Yury Delendik
2020-06-04 14:34:05 -05:00
committed by GitHub
parent 97c7fbbeb6
commit 6f37204f82
14 changed files with 45 additions and 74 deletions

View File

@@ -12,7 +12,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
gimli = "0.20.0"
gimli = "0.21.0"
wasmparser = "0.57.0"
faerie = "0.15.0"
wasmtime-environ = { path = "../environ", version = "0.17.0" }