Skip to content

Commit b9bb28a

Browse files
committed
bumping to cargo-rail v0.11.0
1 parent 7215f79 commit b9bb28a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Publishes planner gates and `scope-json` for job gating.
1111
- Keeps CI behavior aligned with local `plan` + `run` workflows.
1212

13-
Minimum planner contract: `cargo-rail >= 0.10.12`.
13+
Minimum planner contract: `cargo-rail >= 0.11.0`.
1414

1515
## Quick Start
1616

@@ -29,7 +29,7 @@ jobs:
2929
- uses: loadingalias/cargo-rail-action@v3
3030
id: rail
3131
with:
32-
version: "0.10.12"
32+
version: "0.11.0"
3333

3434
- name: Run targeted tests
3535
if: steps.rail.outputs.test == 'true'
@@ -62,7 +62,7 @@ Use the stable major tag `@v3`, or pin a commit SHA for maximum reproducibility.
6262

6363
| Input | Default | Description |
6464
|---|---|---|
65-
| `version` | `0.10.12` | `cargo-rail` version to install (use `latest` only if you intentionally want floating upgrades) |
65+
| `version` | `0.11.0` | `cargo-rail` version to install (use `latest` only if you intentionally want floating upgrades) |
6666
| `checksum` | `required` | `required`, `if-available`, or `off` |
6767
| `since` | auto | Git ref for planner comparison |
6868
| `args` | `""` | Extra planner args except `-f`/`--format`, `--json`, and `-o`/`--output` |

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ branding:
88

99
inputs:
1010
version:
11-
description: "cargo-rail version to install (default: 0.10.12; use 'latest' for floating installs)"
11+
description: "cargo-rail version to install (default: 0.11.0; use 'latest' for floating installs)"
1212
required: false
13-
default: "0.10.12"
13+
default: "0.11.0"
1414

1515
checksum:
1616
description: "Checksum verification mode for downloaded binaries: required/if-available/off"

0 commit comments

Comments
 (0)