File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
runmat-runtime-integration-tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repository = "https://github.com/runmat-org/runmat"
1212runmat-builtins = { workspace = true }
1313runmat-runtime = { workspace = true }
1414runmat-accelerate = { workspace = true , optional = true }
15- runmat-accelerate-api = { path = " ../runmat-accelerate-api " , optional = true }
15+ runmat-accelerate-api = { workspace = true , optional = true }
1616runmat-lexer = { workspace = true }
1717runmat-parser = { workspace = true }
1818runmat-hir = { workspace = true }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ publish = false
77[dependencies ]
88runmat-runtime = { path = " ../runmat-runtime" , features = [" wgpu" ] }
99runmat-accelerate = { path = " ../runmat-accelerate" , features = [" wgpu" ] }
10- runmat-accelerate-api = { path = " ../runmat-accelerate-api " }
10+ runmat-accelerate-api = { workspace = true }
1111runmat-builtins = { path = " ../runmat-builtins" }
1212runmat-macros = { path = " ../runmat-macros" }
1313inventory = { workspace = true }
You can’t perform that action at this time.
0 commit comments