Update Inkwell

This commit is contained in:
Mark McCaskey 2019-12-16 16:51:33 -05:00
parent 76800c7367
commit 05012f9514
2 changed files with 30 additions and 933 deletions

959
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -19,13 +19,13 @@ byteorder = "1"
[target.'cfg(target_arch = "x86_64")'.dependencies.inkwell]
git = "https://github.com/TheDan64/inkwell"
rev = "781620e9fa30e51a6e03bd0d49b5f5bb7a782520"
rev = "0a864ebf68b33d4d514b67796264b03898aa0944"
default-features = false
features = ["llvm8-0", "target-x86"]
[target.'cfg(target_arch = "aarch64")'.dependencies.inkwell]
git = "https://github.com/TheDan64/inkwell"
rev = "781620e9fa30e51a6e03bd0d49b5f5bb7a782520"
rev = "0a864ebf68b33d4d514b67796264b03898aa0944"
default-features = false
features = ["llvm8-0", "target-aarch64"]