From 870ac632683f85ce62bd3a14dfa8a58b06bb6bed Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 17 Oct 2024 19:44:10 +0100 Subject: [PATCH] docs: update version in examples in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f432e3b..9d3c1ce 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ jobs: test: runs-on: docker steps: - - uses: https://git.kemitix.net/kemitix/rust@v1.80.0 + - uses: https://git.kemitix.net/kemitix/rust@v2.3.0 with: args: nightly cargo test - - uses: https://git.kemitix.net/kemitix/rust@v1.80.0 + - uses: https://git.kemitix.net/kemitix/rust@v2.3.0 with: args: v1.79.0 cargo build ```