Remove maintenance badges from the Cargo.toml files. (#6286)
Several of these badges were out of date, with some crates in wide production use marked as "experimental". Insted of trying to keep them up to date, just remove them, since they are [no longer displayed on crates.io]. [no longer displayed on crates.io]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
This commit is contained in:
@@ -13,6 +13,3 @@ edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cranelift-entity = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -114,9 +114,6 @@ isle-errors = ["cranelift-isle/fancy-errors"]
|
||||
# inspection, rather than inside of target/.
|
||||
isle-in-source-tree = []
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
[[bench]]
|
||||
name = "x64-evex-encoding"
|
||||
harness = false
|
||||
|
||||
@@ -14,6 +14,3 @@ edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen-shared = { path = "../shared", version = "0.96.0" }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -16,6 +16,3 @@ serde = { version = "1.0.94", features = ["derive"], optional = true }
|
||||
|
||||
[features]
|
||||
enable-serde = ["serde"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -24,6 +24,3 @@ similar = { workspace = true }
|
||||
default = ["std"]
|
||||
std = ["cranelift-codegen/std"]
|
||||
core = ["hashbrown", "cranelift-codegen/core"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -23,6 +23,3 @@ libm = "0.2.4"
|
||||
[dev-dependencies]
|
||||
cranelift-frontend = { workspace = true }
|
||||
cranelift-reader = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -39,6 +39,3 @@ default = []
|
||||
cranelift = { workspace = true }
|
||||
cranelift-frontend = { workspace = true }
|
||||
cranelift-entity = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -24,6 +24,3 @@ core = ["hashbrown", "cranelift-codegen/core"]
|
||||
|
||||
# For dependent crates that want to serialize some parts of cranelift
|
||||
enable-serde = ["serde", "cranelift-codegen/enable-serde"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -21,7 +21,3 @@ libc = "0.2.95"
|
||||
default = ["std"]
|
||||
std = ["cranelift-codegen/std"]
|
||||
core = ["cranelift-codegen/core"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
|
||||
@@ -21,6 +21,3 @@ log = { workspace = true }
|
||||
[dev-dependencies]
|
||||
cranelift-frontend = { workspace = true }
|
||||
cranelift-entity = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -15,9 +15,6 @@ cranelift-codegen = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
target-lexicon = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
experimental_x64 = []
|
||||
|
||||
@@ -18,6 +18,3 @@ clap = { workspace = true }
|
||||
serde_json = "1.0.26"
|
||||
cranelift-codegen = { workspace = true, features = ["enable-serde"] }
|
||||
cranelift-reader = { workspace = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -19,6 +19,3 @@ cranelift-frontend = { workspace = true }
|
||||
default = ["std"]
|
||||
std = ["cranelift-codegen/std", "cranelift-frontend/std"]
|
||||
core = ["cranelift-codegen/core", "cranelift-frontend/core"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
@@ -32,6 +32,3 @@ default = ["std"]
|
||||
std = ["cranelift-codegen/std", "cranelift-frontend/std"]
|
||||
core = ["hashbrown", "cranelift-codegen/core", "cranelift-frontend/core"]
|
||||
enable-serde = ["serde"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
Reference in New Issue
Block a user