Rename "cranelift-meta" to just "meta".
This makes it easier for the publish-all.sh script to know to skip this crate, and it avoids the need to use `extern cranelift_meta as meta`.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "cranelift-meta"
|
||||
name = "meta"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
version = "0.0.0"
|
||||
description = "Metaprogram for cranelift-codegen code generator library"
|
||||
|
||||
Reference in New Issue
Block a user