From 9a4aff320c66d68d3c7887062a1a9176a2d6ef96 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 26 May 2024 17:19:43 +0100 Subject: [PATCH] 0.7.13 - Try and fix tools to 1.77.1 --- .github/workflows/CI.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2be4389..a580661 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,7 +58,7 @@ jobs: uses: dtolnay/rust-toolchain@stable if: ${{ !matrix.settings.docker }} with: - toolchain: stable + toolchain: 1.77.1 targets: ${{ matrix.settings.target }} - name: Cache cargo uses: actions/cache@v4 diff --git a/package.json b/package.json index dc827b0..20ea185 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fparchive/flashpoint-archive", - "version": "0.7.12", + "version": "0.7.13", "main": "index.js", "types": "index.d.ts", "license": "MIT",