diff --git a/crates/cli/src/commands.rs b/crates/cli/src/commands.rs index 47cf4b33..da9c599b 100644 --- a/crates/cli/src/commands.rs +++ b/crates/cli/src/commands.rs @@ -33,8 +33,7 @@ pub enum Command { /// /// NOTICE: /// - /// This command will be deprecated in - /// the next major release of the CLI (v4.0.0) + /// This command is deprecated and will be removed. /// /// Refer to https://github.com/bytecodealliance/javy/issues/702 for /// details. diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index f4bf245f..c2029c2c 100644 --- a/crates/cli/src/main.rs +++ b/crates/cli/src/main.rs @@ -28,8 +28,7 @@ fn main() -> Result<()> { Command::Compile(opts) => { eprintln!( r#" - The `compile` command will be deprecated in the next major - release of the CLI (v4.0.0) + The `compile` command is deprecated and will be removed. Refer to https://github.com/bytecodealliance/javy/issues/702 for details. diff --git a/crates/test-macros/src/lib.rs b/crates/test-macros/src/lib.rs index 609f82ac..bc3f8557 100644 --- a/crates/test-macros/src/lib.rs +++ b/crates/test-macros/src/lib.rs @@ -285,9 +285,9 @@ fn expand_cli_tests(test_config: &CliTestConfig, func: syn::ItemFn) -> Result