Update to target-lexicon 0.0.1 and faerie 0.4.1.
This fixes handling of custom targets.
This commit is contained in:
@@ -31,7 +31,7 @@ serde_derive = "1.0.8"
|
||||
term = "0.5.1"
|
||||
capstone = "0.3.1"
|
||||
wabt = { version = "0.3", optional = true }
|
||||
target-lexicon = "0.0.0"
|
||||
target-lexicon = "0.0.1"
|
||||
|
||||
[features]
|
||||
default = ["wasm"]
|
||||
|
||||
@@ -21,7 +21,7 @@ git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
|
||||
path = "../lib/wasm"
|
||||
|
||||
[dependencies.target-lexicon]
|
||||
version = "0.0.0"
|
||||
version = "0.0.1"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
||||
@@ -15,7 +15,7 @@ cretonne-entity = { path = "../entity", version = "0.8.0", default-features = fa
|
||||
failure = { version = "0.1.1", default-features = false, features = ["derive"] }
|
||||
failure_derive = { version = "0.1.1", default-features = false }
|
||||
hashmap_core = { version = "0.1.4", optional = true }
|
||||
target-lexicon = { version = "0.0.0", default-features = false }
|
||||
target-lexicon = { version = "0.0.1", default-features = false }
|
||||
# It is a goal of the cretonne-codegen crate to have minimal external dependencies.
|
||||
# Please don't add any unless they are essential to the task of creating binary
|
||||
# machine code. Integration tests that need external dependencies can be
|
||||
|
||||
@@ -11,10 +11,10 @@ readme = "README.md"
|
||||
[dependencies]
|
||||
cretonne-codegen = { path = "../codegen", version = "0.8.0" }
|
||||
cretonne-module = { path = "../module", version = "0.8.0" }
|
||||
faerie = "0.4.0"
|
||||
faerie = "0.4.1"
|
||||
goblin = "0.0.14"
|
||||
failure = "0.1.1"
|
||||
target-lexicon = { version = "0.0.0" }
|
||||
target-lexicon = "0.0.1"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -9,7 +9,7 @@ readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
cretonne-codegen = { path = "../codegen", version = "0.8.0", default-features = false }
|
||||
target-lexicon = { version = "0.0.0", default-features = false }
|
||||
target-lexicon = { version = "0.0.1", default-features = false }
|
||||
|
||||
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
|
||||
raw-cpuid = "3.1.0"
|
||||
|
||||
@@ -10,7 +10,7 @@ readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
cretonne-codegen = { path = "../codegen", version = "0.8.0" }
|
||||
target-lexicon = { version = "0.0.0" }
|
||||
target-lexicon = "0.0.1"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -15,7 +15,7 @@ cretonne-native = { path = "../native", version = "0.8.0", default-features = fa
|
||||
region = "0.2.0"
|
||||
libc = { version = "0.2.40", default-features = false }
|
||||
errno = "0.2.3"
|
||||
target-lexicon = { version = "0.0.0", default-features = false }
|
||||
target-lexicon = { version = "0.0.1", default-features = false }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version = "0.3", features = ["winbase", "memoryapi"] }
|
||||
|
||||
@@ -15,7 +15,7 @@ cretonne-frontend = { path = "../frontend", version = "0.8.0", default-features
|
||||
hashmap_core = { version = "0.1.4", optional = true }
|
||||
failure = { version = "0.1.1", default-features = false, features = ["derive"] }
|
||||
failure_derive = { version = "0.1.1", default-features = false }
|
||||
target-lexicon = { version = "0.0.0", default-features = false }
|
||||
target-lexicon = { version = "0.0.1", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user