Skip to content

Commit 9a4aff3

Browse files
committed
0.7.13 - Try and fix tools to 1.77.1
1 parent 26455f1 commit 9a4aff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: dtolnay/rust-toolchain@stable
5959
if: ${{ !matrix.settings.docker }}
6060
with:
61-
toolchain: stable
61+
toolchain: 1.77.1
6262
targets: ${{ matrix.settings.target }}
6363
- name: Cache cargo
6464
uses: actions/cache@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fparchive/flashpoint-archive",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)