Skip to content

Commit

Permalink
Version updated from 1.0.2 to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FeryET committed Oct 8, 2023
1 parent e6f0aef commit 277147a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.0.2"
current_version = "1.0.3"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a fork of the original [repo](https://github.com/doublify/pre-commit-rus

```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.0.2
rev: v1.0.3
hooks:
- id: fmt
- id: cargo-check
Expand All @@ -22,7 +22,7 @@ This is a fork of the original [repo](https://github.com/doublify/pre-commit-rus
```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.0.2
rev: v1.0.3
hooks:
- id: fmt
args: ["--verbose", "--edition", "2018", "--"]
Expand All @@ -34,7 +34,7 @@ You can use `test` and `build` pre-commit hooks to make sure you are not pushing

```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.0.2
rev: v1.0.3
hooks:
- id: build
- id: test
Expand Down

0 comments on commit 277147a

Please sign in to comment.