From ec6755512f7607c92a5dfd28bc8af782ee973ed6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 25 Apr 2023 18:33:09 -0700 Subject: [PATCH] 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 --- Cargo.toml | 3 --- cranelift/bforest/Cargo.toml | 3 --- cranelift/codegen/Cargo.toml | 3 --- cranelift/codegen/meta/Cargo.toml | 3 --- cranelift/entity/Cargo.toml | 3 --- cranelift/frontend/Cargo.toml | 3 --- cranelift/interpreter/Cargo.toml | 3 --- cranelift/jit/Cargo.toml | 3 --- cranelift/module/Cargo.toml | 3 --- cranelift/native/Cargo.toml | 4 ---- cranelift/object/Cargo.toml | 3 --- cranelift/reader/Cargo.toml | 3 --- cranelift/serde/Cargo.toml | 3 --- cranelift/umbrella/Cargo.toml | 3 --- cranelift/wasm/Cargo.toml | 3 --- crates/component-macro/Cargo.toml | 3 --- crates/environ/Cargo.toml | 3 --- crates/jit-debug/Cargo.toml | 3 --- crates/jit/Cargo.toml | 3 --- crates/runtime/Cargo.toml | 3 --- crates/wasi-common/Cargo.toml | 3 --- crates/wasi-crypto/Cargo.toml | 3 --- crates/wasi-nn/Cargo.toml | 3 --- crates/wasi-threads/Cargo.toml | 3 --- crates/wasmtime/Cargo.toml | 3 --- crates/wast/Cargo.toml | 3 --- crates/wiggle/Cargo.toml | 3 --- crates/wiggle/generate/Cargo.toml | 3 --- crates/wiggle/test-helpers/Cargo.toml | 3 --- 29 files changed, 88 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d6249952c5..af55b046f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -239,9 +239,6 @@ winch = ["wasmtime/winch"] # backend is the default now. experimental_x64 = [] -[badges] -maintenance = { status = "actively-developed" } - [[test]] name = "host_segfault" harness = false diff --git a/cranelift/bforest/Cargo.toml b/cranelift/bforest/Cargo.toml index 8602f8c850..0923b93d06 100644 --- a/cranelift/bforest/Cargo.toml +++ b/cranelift/bforest/Cargo.toml @@ -13,6 +13,3 @@ edition.workspace = true [dependencies] cranelift-entity = { workspace = true } - -[badges] -maintenance = { status = "experimental" } diff --git a/cranelift/codegen/Cargo.toml b/cranelift/codegen/Cargo.toml index 0c5e79b6a2..ddd7f56047 100644 --- a/cranelift/codegen/Cargo.toml +++ b/cranelift/codegen/Cargo.toml @@ -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 diff --git a/cranelift/codegen/meta/Cargo.toml b/cranelift/codegen/meta/Cargo.toml index 8e09a767b5..9eba93d98a 100644 --- a/cranelift/codegen/meta/Cargo.toml +++ b/cranelift/codegen/meta/Cargo.toml @@ -14,6 +14,3 @@ edition.workspace = true [dependencies] cranelift-codegen-shared = { path = "../shared", version = "0.96.0" } - -[badges] -maintenance = { status = "experimental" } diff --git a/cranelift/entity/Cargo.toml b/cranelift/entity/Cargo.toml index ce02427782..91636f8079 100644 --- a/cranelift/entity/Cargo.toml +++ b/cranelift/entity/Cargo.toml @@ -16,6 +16,3 @@ serde = { version = "1.0.94", features = ["derive"], optional = true } [features] enable-serde = ["serde"] - -[badges] -maintenance = { status = "experimental" } diff --git a/cranelift/frontend/Cargo.toml b/cranelift/frontend/Cargo.toml index b9195a2e2d..be6e406857 100644 --- a/cranelift/frontend/Cargo.toml +++ b/cranelift/frontend/Cargo.toml @@ -24,6 +24,3 @@ similar = { workspace = true } default = ["std"] std = ["cranelift-codegen/std"] core = ["hashbrown", "cranelift-codegen/core"] - -[badges] -maintenance = { status = "experimental" } diff --git a/cranelift/interpreter/Cargo.toml b/cranelift/interpreter/Cargo.toml index debdf57397..28d03ab97b 100644 --- a/cranelift/interpreter/Cargo.toml +++ b/cranelift/interpreter/Cargo.toml @@ -23,6 +23,3 @@ libm = "0.2.4" [dev-dependencies] cranelift-frontend = { workspace = true } cranelift-reader = { workspace = true } - -[badges] -maintenance = { status = "experimental" } diff --git a/cranelift/jit/Cargo.toml b/cranelift/jit/Cargo.toml index ad3c0f2f8f..7eb7e7e477 100644 --- a/cranelift/jit/Cargo.toml +++ b/cranelift/jit/Cargo.toml @@ -39,6 +39,3 @@ default = [] cranelift = { workspace = true } cranelift-frontend = { workspace = true } cranelift-entity = { workspace = true } - -[badges] -maintenance = { status = "experimental" } diff --git a/cranelift/module/Cargo.toml b/cranelift/module/Cargo.toml index 542de4d797..0bf061e854 100644 --- a/cranelift/module/Cargo.toml +++ b/cranelift/module/Cargo.toml @@ -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" } diff --git a/cranelift/native/Cargo.toml b/cranelift/native/Cargo.toml index 912986544d..d12f372d51 100644 --- a/cranelift/native/Cargo.toml +++ b/cranelift/native/Cargo.toml @@ -21,7 +21,3 @@ libc = "0.2.95" default = ["std"] std = ["cranelift-codegen/std"] core = ["cranelift-codegen/core"] - -[badges] -maintenance = { status = "experimental" } - diff --git a/cranelift/object/Cargo.toml b/cranelift/object/Cargo.toml index 5b75fd86d9..2fa37d0f40 100644 --- a/cranelift/object/Cargo.toml +++ b/cranelift/object/Cargo.toml @@ -21,6 +21,3 @@ log = { workspace = true } [dev-dependencies] cranelift-frontend = { workspace = true } cranelift-entity = { workspace = true } - -[badges] -maintenance = { status = "experimental" } diff --git a/cranelift/reader/Cargo.toml b/cranelift/reader/Cargo.toml index 309c743dc8..c6e31d4f3e 100644 --- a/cranelift/reader/Cargo.toml +++ b/cranelift/reader/Cargo.toml @@ -15,9 +15,6 @@ cranelift-codegen = { workspace = true } smallvec = { workspace = true } target-lexicon = { workspace = true } -[badges] -maintenance = { status = "experimental" } - [features] default = [] experimental_x64 = [] diff --git a/cranelift/serde/Cargo.toml b/cranelift/serde/Cargo.toml index 9e47667d2e..9db7cc7c8e 100644 --- a/cranelift/serde/Cargo.toml +++ b/cranelift/serde/Cargo.toml @@ -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" } diff --git a/cranelift/umbrella/Cargo.toml b/cranelift/umbrella/Cargo.toml index f29570692a..6e46023e82 100644 --- a/cranelift/umbrella/Cargo.toml +++ b/cranelift/umbrella/Cargo.toml @@ -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" } diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index d4cc420e63..29275f7cb9 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -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" } diff --git a/crates/component-macro/Cargo.toml b/crates/component-macro/Cargo.toml index ea816d8a50..f4ba23b25a 100644 --- a/crates/component-macro/Cargo.toml +++ b/crates/component-macro/Cargo.toml @@ -24,9 +24,6 @@ wasmtime-component-util = { workspace = true } wasmtime-wit-bindgen = { workspace = true } wit-parser = { workspace = true } -[badges] -maintenance = { status = "actively-developed" } - [dev-dependencies] wasmtime = { path = '../wasmtime', features = ['component-model'] } component-macro-test-helpers = { path = 'test-helpers' } diff --git a/crates/environ/Cargo.toml b/crates/environ/Cargo.toml index 2f29881d10..8eb2841519 100644 --- a/crates/environ/Cargo.toml +++ b/crates/environ/Cargo.toml @@ -36,9 +36,6 @@ wat = { workspace = true } name = "factc" required-features = ['component-model'] -[badges] -maintenance = { status = "actively-developed" } - [features] component-model = [ "dep:wasm-encoder", diff --git a/crates/jit-debug/Cargo.toml b/crates/jit-debug/Cargo.toml index 4248e8578d..5515be1019 100644 --- a/crates/jit-debug/Cargo.toml +++ b/crates/jit-debug/Cargo.toml @@ -17,9 +17,6 @@ object = { workspace = true, optional = true } [target.'cfg(target_os = "linux")'.dependencies] rustix = { workspace = true, features = ["mm", "param", "time"], optional = true } -[badges] -maintenance = { status = "actively-developed" } - [features] gdb_jit_int = ["once_cell"] perf_jitdump = ["rustix", "object"] diff --git a/crates/jit/Cargo.toml b/crates/jit/Cargo.toml index 45f63558ec..b795d0b32e 100644 --- a/crates/jit/Cargo.toml +++ b/crates/jit/Cargo.toml @@ -39,6 +39,3 @@ ittapi = { version = "0.3.3", optional = true } [features] jitdump = ['wasmtime-jit-debug'] vtune = ['ittapi'] - -[badges] -maintenance = { status = "actively-developed" } diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 053797c02c..beb2c33a37 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -50,9 +50,6 @@ once_cell = { workspace = true } [build-dependencies] cc = "1.0" -[badges] -maintenance = { status = "actively-developed" } - [features] async = ["wasmtime-fiber"] diff --git a/crates/wasi-common/Cargo.toml b/crates/wasi-common/Cargo.toml index 3e77c5c848..c8899fad8e 100644 --- a/crates/wasi-common/Cargo.toml +++ b/crates/wasi-common/Cargo.toml @@ -41,9 +41,6 @@ features = [ "Win32_Networking_WinSock", ] -[badges] -maintenance = { status = "actively-developed" } - [features] default = ["trace_log"] # This feature enables the `tracing` logs in the calls to target the `log` diff --git a/crates/wasi-crypto/Cargo.toml b/crates/wasi-crypto/Cargo.toml index 809b061000..85d1af69f4 100644 --- a/crates/wasi-crypto/Cargo.toml +++ b/crates/wasi-crypto/Cargo.toml @@ -16,6 +16,3 @@ anyhow = { workspace = true } wasi-crypto = { path = "spec/implementations/hostcalls/rust", version = "0.1.5" } wasmtime = { workspace = true } wiggle = { workspace = true } - -[badges] -maintenance = { status = "experimental" } diff --git a/crates/wasi-nn/Cargo.toml b/crates/wasi-nn/Cargo.toml index c9d0d069f0..eceef3fc03 100644 --- a/crates/wasi-nn/Cargo.toml +++ b/crates/wasi-nn/Cargo.toml @@ -22,6 +22,3 @@ thiserror = { workspace = true } [build-dependencies] walkdir = "2.3" - -[badges] -maintenance = { status = "experimental" } diff --git a/crates/wasi-threads/Cargo.toml b/crates/wasi-threads/Cargo.toml index bba6e21bd1..28408678b4 100644 --- a/crates/wasi-threads/Cargo.toml +++ b/crates/wasi-threads/Cargo.toml @@ -18,6 +18,3 @@ rand = "0.8" wasi-common = { workspace = true } wasmtime = { workspace = true } wasmtime-wasi = { workspace = true, features = ["exit"] } - -[badges] -maintenance = { status = "experimental" } diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index 3ea14a0e29..ff167ebc78 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -56,9 +56,6 @@ tempfile = "3.0" wasmtime-wasi = { path = "../wasi" } wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync" } -[badges] -maintenance = { status = "actively-developed" } - [features] default = [ 'async', diff --git a/crates/wast/Cargo.toml b/crates/wast/Cargo.toml index f245d532a8..24b690427c 100644 --- a/crates/wast/Cargo.toml +++ b/crates/wast/Cargo.toml @@ -15,8 +15,5 @@ wasmtime = { workspace = true, features = ['cranelift'] } wast = { workspace = true } log = { workspace = true } -[badges] -maintenance = { status = "actively-developed" } - [features] component-model = ['wasmtime/component-model'] diff --git a/crates/wiggle/Cargo.toml b/crates/wiggle/Cargo.toml index b16949e46b..479fac4553 100644 --- a/crates/wiggle/Cargo.toml +++ b/crates/wiggle/Cargo.toml @@ -20,9 +20,6 @@ async-trait = { workspace = true } wasmtime = { workspace = true } anyhow = { workspace = true } -[badges] -maintenance = { status = "actively-developed" } - [dev-dependencies] wiggle-test = { path = "test-helpers" } proptest = "1.0.0" diff --git a/crates/wiggle/generate/Cargo.toml b/crates/wiggle/generate/Cargo.toml index b26054bd30..ad41c26d9b 100644 --- a/crates/wiggle/generate/Cargo.toml +++ b/crates/wiggle/generate/Cargo.toml @@ -21,6 +21,3 @@ heck = { workspace = true } anyhow = { workspace = true } syn = { version = "1.0", features = ["full"] } shellexpand = "2.0" - -[badges] -maintenance = { status = "actively-developed" } diff --git a/crates/wiggle/test-helpers/Cargo.toml b/crates/wiggle/test-helpers/Cargo.toml index ba4f45161a..f09c25dca0 100644 --- a/crates/wiggle/test-helpers/Cargo.toml +++ b/crates/wiggle/test-helpers/Cargo.toml @@ -21,6 +21,3 @@ thiserror = { workspace = true } tracing = { workspace = true } tracing-subscriber = { version = "0.3.1", default-features = false, features = ['fmt'] } env_logger = { workspace = true } - -[badges] -maintenance = { status = "actively-developed" }