From 59a9e9fe340be5de98072d7774f0657756a6521e Mon Sep 17 00:00:00 2001 From: Ben Burke Date: Thu, 1 May 2025 01:02:25 +0200 Subject: [PATCH] Update README.md update example revs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59082d6..fe90ba3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the following entry to your `.pre-commit.yml` ```yaml - repo: https://github.com/backplane/pre-commit-rust-hooks - rev: v1.1.0 + rev: v1.2.0 hooks: - id: fmt - id: check @@ -31,7 +31,7 @@ If you pass an `args` list to a hook that receives filename arguments you should ```yaml - repo: https://github.com/backplane/pre-commit-rust-hooks - rev: v1.1.0 + rev: v1.2.0 hooks: - id: fmt args: ['--verbose', '--edition', '2018', '--']