Skip to content

Commit 696d049

Browse files
committed
Add rust-toolchain.toml to specify Rust version 1.92.0
1 parent c4b7c35 commit 696d049

6 files changed

Lines changed: 296 additions & 332 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
working-directory: ${{ matrix.project }}
1919
steps:
2020
- uses: actions/checkout@v6
21+
- uses: actions-rust-lang/setup-rust-toolchain@v1
2122
- uses: pnpm/action-setup@v4
2223
if: matrix.project == 'cli'
2324
with:

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"keywords": [],
1010
"author": "",
1111
"license": "ISC",
12-
"packageManager": "pnpm@10.27.0",
12+
"packageManager": "pnpm@10.28.0",
1313
"dependencies": {
1414
"@linwooddev/style": "^0.4.2"
1515
}

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.6",
1414
"@astrojs/react": "^4.4.2",
15-
"@astrojs/starlight": "^0.37.1",
15+
"@astrojs/starlight": "^0.37.2",
1616
"@phosphor-icons/react": "^2.1.10",
17-
"@types/react": "^19.2.7",
17+
"@types/react": "^19.2.8",
1818
"@types/react-dom": "^19.2.3",
19-
"astro": "^5.16.6",
19+
"astro": "^5.16.8",
2020
"react": "^19.2.3",
2121
"react-dom": "^19.2.3",
2222
"remark-gemoji": "^8.0.0",
2323
"remark-heading-id": "^1.0.1",
2424
"typescript": "^5.9.3"
2525
},
26-
"packageManager": "pnpm@10.27.0",
26+
"packageManager": "pnpm@10.28.0",
2727
"devDependencies": {
2828
"@vite-pwa/astro": "^1.2.0",
29-
"sass": "^1.97.1",
29+
"sass": "^1.97.2",
3030
"sharp": "^0.34.5",
3131
"vite-plugin-pwa": "^1.2.0",
3232
"workbox-window": "^7.4.0"

0 commit comments

Comments
 (0)