ci: deactivate semver checks until rustic-rs library is released

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
simonsan 2023-09-19 00:55:41 +02:00
parent f3b0ac58a8
commit d33e576fd8
No known key found for this signature in database
GPG Key ID: E11D13668EC3B71B
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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