Update README.md for version 1 bump

This commit is contained in:
Dave Rolsky
2024-12-21 22:27:23 -06:00
parent 3d79b24531
commit b1824d4802

View File

@@ -45,7 +45,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build binary - name: Build binary
uses: houseabsolute/actions-rust-cross@v0 uses: houseabsolute/actions-rust-cross@v1
with: with:
command: ${{ matrix.platform.command }} command: ${{ matrix.platform.command }}
target: ${{ matrix.platform.target }} target: ${{ matrix.platform.target }}