Update gimli to 0.20 (#1361)

This commit is contained in:
bjorn3
2020-01-22 20:25:35 +01:00
committed by Andrew Brown
parent e1446cff8d
commit cc50e65f31
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ cranelift-reader = { path = "../cranelift-reader", version = "0.56.0" }
cranelift-preopt = { path = "../cranelift-preopt", version = "0.56.0" }
file-per-thread-logger = "0.1.2"
filecheck = "0.4.0"
gimli = { version = "0.19.0", default-features = false, features = ["read"] }
gimli = { version = "0.20.0", default-features = false, features = ["read"] }
log = "0.4.6"
memmap = "0.7.0"
num_cpus = "1.8.0"