Update cranelift-meta's Cargo.toml to reflect that it's not published.

This commit is contained in:
Dan Gohman
2018-08-02 11:13:25 -07:00
parent 7f530cd751
commit 5cf2c6f0f7
2 changed files with 3 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ target-lexicon = { version = "0.0.3", default-features = false }
# accomodated in `tests`.
[build-dependencies]
cranelift-meta = { path = "meta", version = "0.17.0-alpha" }
cranelift-meta = { path = "meta", version = "0.0.0" }
[features]
# The "std" feature enables use of libstd. The "core" feature enables use