Bump cranelift-entity version to 0.20.1.
This commit is contained in:
@@ -15,7 +15,7 @@ path = "src/clif-util.rs"
|
||||
[dependencies]
|
||||
cfg-if = "0.1"
|
||||
cranelift-codegen = { path = "lib/codegen", version = "0.20.0" }
|
||||
cranelift-entity = { path = "lib/entity", version = "0.20.0" }
|
||||
cranelift-entity = { path = "lib/entity", version = "0.20.1" }
|
||||
cranelift-reader = { path = "lib/reader", version = "0.20.0" }
|
||||
cranelift-frontend = { path = "lib/frontend", version = "0.20.0" }
|
||||
cranelift-serde = { path = "lib/serde", version = "0.20.0", optional = true }
|
||||
|
||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
||||
keywords = ["btree", "forest", "set", "map"]
|
||||
|
||||
[dependencies]
|
||||
cranelift-entity = { path = "../entity", version = "0.20.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.20.1", default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -12,7 +12,7 @@ keywords = ["compile", "compiler", "jit"]
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
cranelift-entity = { path = "../entity", version = "0.20.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.20.1", default-features = false }
|
||||
cranelift-bforest = { path = "../bforest", version = "0.20.0", default-features = false }
|
||||
failure = { version = "0.1.1", default-features = false, features = ["derive"] }
|
||||
failure_derive = { version = "0.1.1", default-features = false }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
name = "cranelift-entity"
|
||||
version = "0.20.0"
|
||||
version = "0.20.1"
|
||||
description = "Data structures using entity references as mapping keys"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cranelift.readthedocs.io/"
|
||||
|
||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = { path = "../codegen", version = "0.20.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.20.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.20.1", default-features = false }
|
||||
hashmap_core = { version = "0.1.9", optional = true }
|
||||
failure = "0.1.1"
|
||||
log = { version = "0.4.4", default-features = false, features = ["release_max_level_warn"] }
|
||||
|
||||
@@ -12,7 +12,7 @@ keywords = ["webassembly", "wasm"]
|
||||
[dependencies]
|
||||
wasmparser = { version = "0.17.2", default-features = false }
|
||||
cranelift-codegen = { path = "../codegen", version = "0.20.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.20.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.20.1", default-features = false }
|
||||
cranelift-frontend = { path = "../frontend", version = "0.20.0", default-features = false }
|
||||
hashmap_core = { version = "0.1.9", optional = true }
|
||||
failure = { version = "0.1.1", default-features = false, features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user