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

6
Cargo.lock generated
View File

@@ -702,7 +702,7 @@ dependencies = [
[[package]]
name = "inkwell"
version = "0.1.0"
source = "git+https://github.com/theDan64/inkwell?rev=1bfecc0a095d7ffdfa20a64630864f0297349508#1bfecc0a095d7ffdfa20a64630864f0297349508"
source = "git+https://github.com/theDan64/inkwell?rev=fdf895777e937c974204e879cf1102cf7a727c42#fdf895777e937c974204e879cf1102cf7a727c42"
dependencies = [
"either",
"inkwell_internals",
@@ -715,8 +715,8 @@ dependencies = [
[[package]]
name = "inkwell_internals"
version = "0.1.0"
source = "git+https://github.com/theDan64/inkwell?rev=1bfecc0a095d7ffdfa20a64630864f0297349508#1bfecc0a095d7ffdfa20a64630864f0297349508"
version = "0.2.0"
source = "git+https://github.com/theDan64/inkwell?rev=fdf895777e937c974204e879cf1102cf7a727c42#fdf895777e937c974204e879cf1102cf7a727c42"
dependencies = [
"proc-macro2",
"quote",

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"]