Skip to content

Commit b4f1486

Browse files
authored
Merge pull request #4876 from unisonweb/fix/jit-link-validation
Upgrade jit share dependency to fix link validation
2 parents 972a63e + ce8dfd2 commit b4f1486

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ At a high level, the CI process is:
99
Some version numbers that are used during CI:
1010
- `ormolu_version: "0.5.0.1"`
1111
- `racket_version: "8.7"`
12-
- `jit_version: "@unison/internal/releases/0.0.14"`
12+
- `jit_version: "@unison/internal/releases/0.0.15"`
1313

1414
Some cached directories:
1515
- `ucm_local_bin` a temp path for caching a built `ucm`

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
ormolu_version: "0.5.2.0"
2222
racket_version: "8.7"
2323
ucm_local_bin: "ucm-local-bin"
24-
jit_version: "@unison/internal/releases/0.0.14"
24+
jit_version: "@unison/internal/releases/0.0.15"
2525
jit_src_scheme: "unison-jit-src/scheme-libs/racket"
2626
jit_dist: "unison-jit-dist"
2727
jit_generator_os: ubuntu-20.04

unison-src/transcripts-manual/gen-racket-libs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Next, we'll download the jit project and generate a few Racket files from it.
55

66
```ucm
77
.> project.create-empty jit-setup
8-
jit-setup/main> pull @unison/internal/releases/0.0.14 lib.jit
8+
jit-setup/main> pull @unison/internal/releases/0.0.15 lib.jit
99
```
1010

1111
```unison

unison-src/transcripts-manual/gen-racket-libs.output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Next, we'll download the jit project and generate a few Racket files from it.
2020
2121
🎉 🥳 Happy coding!
2222
23-
jit-setup/main> pull @unison/internal/releases/0.0.14 lib.jit
23+
jit-setup/main> pull @unison/internal/releases/0.0.15 lib.jit
2424
25-
Downloaded 15053 entities.
25+
Downloaded 15060 entities.
2626
2727
2828

0 commit comments

Comments
 (0)