diff --git a/updatecli/updatecli.d/rust/check-crate-exists.yml b/updatecli/updatecli.d/rust/check-crate-exists.yml index 3e6cde8..5068f0e 100644 --- a/updatecli/updatecli.d/rust/check-crate-exists.yml +++ b/updatecli/updatecli.d/rust/check-crate-exists.yml @@ -14,13 +14,13 @@ sources: kind: 'toml' spec: file: './Cargo.toml' - Key: 'package.name' + key: 'package.name' target_version: name: 'Get current crate version' kind: 'toml' spec: file: './Cargo.toml' - Key: 'package.version' + key: 'package.version' conditions: version_exists: @@ -31,7 +31,7 @@ conditions: failwhen: true spec: package: '{{ source "crate_name" }}' - Version: '{{ source "target_version" }}' + version: '{{ source "target_version" }}' targets: diff --git a/updatecli/updatecli.d/rust/check-public-crate-exists.yml b/updatecli/updatecli.d/rust/check-public-crate-exists.yml index 4225c3c..c04925c 100644 --- a/updatecli/updatecli.d/rust/check-public-crate-exists.yml +++ b/updatecli/updatecli.d/rust/check-public-crate-exists.yml @@ -6,13 +6,13 @@ sources: kind: 'toml' spec: file: './Cargo.toml' - Key: 'package.name' + key: 'package.name' target_version: name: 'Get current crate version' kind: 'toml' spec: file: './Cargo.toml' - Key: 'package.version' + key: 'package.version' conditions: version_exists: @@ -22,7 +22,7 @@ conditions: failwhen: true spec: package: '{{ source "crate_name" }}' - Version: '{{ source "target_version" }}' + version: '{{ source "target_version" }}' targets: