diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index a9f23b9..2561a2d 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -33,4 +33,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} version: ${{ inputs.version }} crate-name: ${{ inputs.crate }} - check-semver: true + check-semver: false # FIXME: Set back to true and check rustic-rs library API diff --git a/src/commands/self_update.rs b/src/commands/self_update.rs index a8231a6..dff8fb3 100644 --- a/src/commands/self_update.rs +++ b/src/commands/self_update.rs @@ -9,7 +9,6 @@ use self_update::cargo_crate_version; use semver::Version; /// `self-update` subcommand - #[derive(clap::Parser, Command, Debug)] pub(crate) struct SelfUpdateCmd { /// Do not ask before processing the self-update