Skip to content

Commit

Permalink
v1.0.1 (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Gould <[email protected]>
  • Loading branch information
olix0r committed May 17, 2022
1 parent 59ae295 commit ee1ef42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-action-fmt"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/olix0r/cargo-action-fmt"
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ It's primarily intended to be used in a GitHub Actions workflow:
runs-on: ubuntu-latest
container:
image: docker://rust:1.60-bullseye
env:
CARGO_ACTION_FMT_VERSION: v0.1.3
steps:
- uses: olix0r/[email protected]
- uses: actions/checkout@v2
- run: cargo fetch
- run: |
curl --proto =https --tlsv1.3 -vsSfLo /usr/local/bin/cargo-action-fmt "https://github.com/olix0r/cargo-action-fmt/releases/download/release%2F${CARGO_ACTION_FMT_VERSION}/cargo-action-fmt-x86_64-unknown-linux-gnu"
chmod 755 /usr/local/bin/cargo-action-fmt
- run: cargo doc --no-deps --message-format=json | cargo-action-fmt
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
version:
description: "The version of cargo-action-fmt to use"
required: false
default: "v1.0.0"
default: "v1.0.1"

runs:
using: "composite"
Expand Down

0 comments on commit ee1ef42

Please sign in to comment.