Skip to content

Commit 5e2da8f

Browse files
committed
Update build instructions and Rust toolchain version
1 parent b45e487 commit 5e2da8f

7 files changed

Lines changed: 354 additions & 320 deletions

File tree

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ handlebars = { version = "6", features = ["rust-embed"] }
1616
rust-embed = { version = "8", features = ["include-exclude"] }
1717
luna_generator = { path = "../generator", features = ["handlebars"] }
1818
markdown = "1.0"
19-
anyhow = "1.0.100"
19+
anyhow = "1.0"
2020
axum = "0.8"
2121
tokio = { version = "1", features = ["full"] }
2222
tower-http = { version = "0.6", features = ["fs"] }

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.28.0",
12+
"packageManager": "pnpm@10.28.2",
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,22 +12,22 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.6",
1414
"@astrojs/react": "^4.4.2",
15-
"@astrojs/starlight": "^0.37.3",
15+
"@astrojs/starlight": "^0.37.4",
1616
"@linwooddev/style": "github:LinwoodDev/style#efbdf8f05d4ef1cf6fec65c90194d30b68b3c64e&path:/packages/web",
1717
"@phosphor-icons/react": "^2.1.10",
18-
"@types/react": "^19.2.8",
18+
"@types/react": "^19.2.9",
1919
"@types/react-dom": "^19.2.3",
20-
"astro": "^5.16.11",
20+
"astro": "^5.16.15",
2121
"react": "^19.2.3",
2222
"react-dom": "^19.2.3",
2323
"remark-gemoji": "^8.0.0",
2424
"remark-heading-id": "^1.0.1",
2525
"typescript": "^5.9.3"
2626
},
27-
"packageManager": "pnpm@10.28.0",
27+
"packageManager": "pnpm@10.28.2",
2828
"devDependencies": {
2929
"@vite-pwa/astro": "^1.2.0",
30-
"sass": "^1.97.2",
30+
"sass": "^1.97.3",
3131
"sharp": "^0.34.5",
3232
"vite-plugin-pwa": "^1.2.0",
3333
"workbox-window": "^7.4.0"

0 commit comments

Comments
 (0)