Skip to content

Commit

Permalink
0.7.13 - Try and fix tools to 1.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed May 26, 2024
1 parent 26455f1 commit 9a4aff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9a4aff3

Please sign in to comment.