We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c4860 commit 00a126eCopy full SHA for 00a126e
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - '1.9'
+ - '1.8'
22
os:
23
- ubuntu-latest
24
arch:
README.md
@@ -99,4 +99,7 @@ ModelingToolkitDesigner.jl colors the connections based on `ModelingToolkitDesig
99
100
- Finish adding icons for the ModelingToolkitStandardLibrary.jl
101
- Finish documentation
102
-- Support more complex connection paths with bends etc.
+- Support more complex connection paths with bends etc.
103
+
104
+# [compat]
105
+ModelingToolkit = "8.50" > needed for Domain feature
0 commit comments