Bump version to 0.23.0.

This commit is contained in:
Dan Gohman
2018-11-07 15:53:07 -08:00
parent ad8a19c7ff
commit 14dfc0d1b6
17 changed files with 60 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cranelift-simplejit"
version = "0.22.0"
version = "0.23.0"
authors = ["The Cranelift Project Developers"]
description = "A simple JIT library backed by Cranelift"
repository = "https://github.com/CraneStation/cranelift"
@@ -10,9 +10,9 @@ license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.22.0", default-features = false }
cranelift-module = { path = "../module", version = "0.22.0", default-features = false }
cranelift-native = { path = "../native", version = "0.22.0", default-features = false }
cranelift-codegen = { path = "../codegen", version = "0.23.0", default-features = false }
cranelift-module = { path = "../module", version = "0.23.0", default-features = false }
cranelift-native = { path = "../native", version = "0.23.0", default-features = false }
region = "1.0.0"
libc = { version = "0.2.42", default-features = false }
errno = "0.2.4"
@@ -22,9 +22,9 @@ target-lexicon = { version = "0.2.0", default-features = false }
winapi = { version = "0.3", features = ["winbase", "memoryapi"] }
[dev-dependencies]
cranelift = { path = "../umbrella", version = "0.22.0" }
cranelift-frontend = { path = "../frontend", version = "0.22.0" }
cranelift-entity = { path = "../entity", version = "0.22.0" }
cranelift = { path = "../umbrella", version = "0.23.0" }
cranelift-frontend = { path = "../frontend", version = "0.23.0" }
cranelift-entity = { path = "../entity", version = "0.23.0" }
[features]
default = ["std"]