From b1824d4802fcb56b203051c73c1f34ee2b9f7126 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 21 Dec 2024 22:27:23 -0600 Subject: [PATCH] Update README.md for version 1 bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f638c..87708c7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Build binary - uses: houseabsolute/actions-rust-cross@v0 + uses: houseabsolute/actions-rust-cross@v1 with: command: ${{ matrix.platform.command }} target: ${{ matrix.platform.target }}