mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-18 06:19:12 +00:00
Update to a newer inkwell.
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user