Update cranelift-meta's Cargo.toml to reflect that it's not published.
This commit is contained in:
@@ -22,7 +22,7 @@ target-lexicon = { version = "0.0.3", default-features = false }
|
|||||||
# accomodated in `tests`.
|
# accomodated in `tests`.
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cranelift-meta = { path = "meta", version = "0.17.0-alpha" }
|
cranelift-meta = { path = "meta", version = "0.0.0" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# The "std" feature enables use of libstd. The "core" feature enables use
|
# The "std" feature enables use of libstd. The "core" feature enables use
|
||||||
|
|||||||
@@ -1,18 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cranelift-meta"
|
name = "cranelift-meta"
|
||||||
authors = ["The Cranelift Project Developers"]
|
authors = ["The Cranelift Project Developers"]
|
||||||
version = "0.17.0"
|
version = "0.0.0"
|
||||||
description = "Metaprogram for cranelift-codegen code generator library"
|
description = "Metaprogram for cranelift-codegen code generator library"
|
||||||
license = "Apache-2.0 WITH LLVM-exception"
|
license = "Apache-2.0 WITH LLVM-exception"
|
||||||
documentation = "https://cranelift.readthedocs.io/"
|
documentation = "https://cranelift.readthedocs.io/"
|
||||||
repository = "https://github.com/CraneStation/cranelift"
|
repository = "https://github.com/CraneStation/cranelift"
|
||||||
keywords = ["compile", "compiler", "jit"]
|
keywords = ["compile", "compiler", "jit"]
|
||||||
|
publish = false
|
||||||
[dependencies]
|
|
||||||
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
|
|
||||||
# Please don't add any unless they are essential to the task of creating binary
|
|
||||||
# machine code.
|
|
||||||
|
|
||||||
[badges]
|
|
||||||
maintenance = { status = "experimental" }
|
|
||||||
travis-ci = { repository = "CraneStation/cranelift" }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user