Skip to content

Commit b2928ee

Browse files
author
Jonathan D.A. Jewell
committed
Auto-commit: Sync changes [2026-03-05]
1 parent dafca39 commit b2928ee

8 files changed

Lines changed: 9 additions & 4 deletions

File tree

bots/echidnabot/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

bots/finishingbot/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

bots/sustainabot/bot-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"clean": "rescript clean"
1111
},
1212
"devDependencies": {
13-
"rescript": "^12.0.2"
13+
"rescript": "^12.0.0"
1414
}
1515
}

bots/the-hotchocolabot/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,8 @@ clean:
9595
cd robot-repo-automaton && cargo clean
9696
cd shared-context && cargo clean
9797
@echo "Cleaned."
98+
99+
# [AUTO-GENERATED] Multi-arch / RISC-V target
100+
build-riscv:
101+
@echo "Building for RISC-V..."
102+
cross build --target riscv64gc-unknown-linux-gnu
File renamed without changes.

0 commit comments

Comments
 (0)