Skip to content

Commit 006f28e

Browse files
committed
Version updated from 1.0.3 to 1.1.0
1 parent ceb7c35 commit 006f28e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.0.3"
2+
current_version = "1.1.0"
33
commit = true
44
commit_args = "--no-verify"
55
tag = true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a fork of the original [repo](https://github.com/doublify/pre-commit-rus
1212

1313
```yaml
1414
- repo: https://github.com/FeryET/pre-commit-rust
15-
rev: v1.0.3
15+
rev: v1.1.0
1616
hooks:
1717
- id: fmt
1818
- id: cargo-check
@@ -22,7 +22,7 @@ This is a fork of the original [repo](https://github.com/doublify/pre-commit-rus
2222
2323
```yaml
2424
- repo: https://github.com/FeryET/pre-commit-rust
25-
rev: v1.0.3
25+
rev: v1.1.0
2626
hooks:
2727
- id: fmt
2828
args: ["--verbose", "--edition", "2018", "--"]
@@ -34,7 +34,7 @@ You can use `test` and `build` pre-commit hooks to make sure you are not pushing
3434

3535
```yaml
3636
- repo: https://github.com/FeryET/pre-commit-rust
37-
rev: v1.0.3
37+
rev: v1.1.0
3838
hooks:
3939
- id: build
4040
- id: test

0 commit comments

Comments
 (0)