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 0bc33b2 commit 349a303Copy full SHA for 349a303
.github/workflows/CI.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: dtolnay/rust-toolchain@stable
59
if: ${{ !matrix.settings.docker }}
60
with:
61
- toolchain: 1.80.1
+ toolchain: 1.75.0
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.11.2",
+ "version": "0.11.3",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"license": "MIT",
0 commit comments