Update to a newer inkwell.

This commit is contained in:
Nick Lewycky
2020-05-28 12:28:16 -07:00
parent eaff807bc3
commit fd37486040
2 changed files with 5 additions and 5 deletions

View File

@@ -24,14 +24,14 @@ rayon = "1.3"
[target.'cfg(target_arch = "x86_64")'.dependencies.inkwell]
#version = "0.1.0-llvm8sample"
git = "https://github.com/theDan64/inkwell"
rev = "1bfecc0a095d7ffdfa20a64630864f0297349508"
rev = "fdf895777e937c974204e879cf1102cf7a727c42"
default-features = false
features = ["llvm10-0", "target-x86"]
[target.'cfg(target_arch = "aarch64")'.dependencies.inkwell]
#version = "0.1.0-llvm8sample"
git = "https://github.com/theDan64/inkwell"
rev = "1bfecc0a095d7ffdfa20a64630864f0297349508"
rev = "fdf895777e937c974204e879cf1102cf7a727c42"
default-features = false
features = ["llvm10-0", "target-aarch64"]