Bump version to 0.37.0

This commit is contained in:
Dan Gohman
2019-07-27 04:50:19 -07:00
parent 09ec0d4149
commit 16e16c49a7
17 changed files with 60 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-reader"
version = "0.36.0"
version = "0.37.0"
description = "Cranelift textual IR reader"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"
@@ -10,7 +10,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../cranelift-codegen", version = "0.36.0" }
cranelift-codegen = { path = "../cranelift-codegen", version = "0.37.0" }
target-lexicon = "0.4.0"
[badges]