Skip to content

Commit 5356f1e

Browse files
authored
Use Julia 1.12, Pkg workspaces and JuliaC sans trimming (#2629)
Supersedes #2440. Let's see about the tests. From the original PR this point stands: - One PR should give 1.12 compat since `julia_init` is removed there. We need to update our [Rust wrapper](https://github.com/Deltares/Ribasim/blob/ce73b6c358374477170d86e3c36195a72b9a5d04/build/cli/src/main.rs#L55-L57) for that as well. This may apply to `ribasim_api` package as well as the Rust wrapper. See also https://github.com/JuliaLang/PackageCompiler.jl/pull/1047/files and https://docs.julialang.org/en/v1/manual/embedding/
1 parent 696589d commit 5356f1e

File tree

17 files changed

+242
-210
lines changed

17 files changed

+242
-210
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"Ribasim"
6464
],
6565
"files.insertFinalNewline": true,
66-
"julia.executablePath": "julia +1.11.7",
66+
"julia.executablePath": "julia +1.12.0",
6767
"julia.additionalArgs": [
6868
"--check-bounds=yes"
6969
],

0 commit comments

Comments
 (0)