We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26455f1 commit 9a4aff3Copy full SHA for 9a4aff3
.github/workflows/CI.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: dtolnay/rust-toolchain@stable
59
if: ${{ !matrix.settings.docker }}
60
with:
61
- toolchain: stable
+ toolchain: 1.77.1
62
targets: ${{ matrix.settings.target }}
63
- name: Cache cargo
64
uses: actions/cache@v4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fparchive/flashpoint-archive",
3
- "version": "0.7.12",
+ "version": "0.7.13",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"license": "MIT",
0 commit comments