diff --git a/AGENTS.md b/AGENTS.md index 9b718e5..0a2428b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,7 +9,7 @@ Run the repository verification commands from the workspace root and fix any iss ```bash cargo fmt --all -- --check cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::too_many_lines -W clippy::too_many_arguments -W clippy::type_complexity -W clippy::excessive_nesting -W clippy::cognitive_complexity -W clippy::pedantic -W clippy::nursery -W clippy::cargo -rtk cargo build --locked --all-targets +cargo build --locked --all-targets ``` ## Notes diff --git a/Cargo.lock b/Cargo.lock index 7fda882..732ecee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "codem8" -version = "0.5.0" +version = "0.6.0" dependencies = [ "clap", "ignore", diff --git a/Cargo.toml b/Cargo.toml index f24c20d..171f9db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codem8" -version = "0.5.0" +version = "0.6.0" edition = "2021" rust-version = "1.85" license = "MIT"