Add an explicit version to the cranelift-codegen-meta dependency.

This allows it to work in crates.io.
This commit is contained in:
Dan Gohman
2018-08-02 20:37:09 -07:00
parent cf2bac139d
commit c0af810ec0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "cranelift-codegen-meta"
authors = ["The Cranelift Project Developers"]
version = "0.18.0"
version = "0.18.1"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/cranelift"