Skip to content

Commit 44c7ea9

Browse files
committed
fixing refs
1 parent 1749e37 commit 44c7ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/runmat-ignition/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/runmat-org/runmat"
1212
runmat-builtins = { workspace = true }
1313
runmat-runtime = { workspace = true }
1414
runmat-accelerate = { workspace = true, optional = true }
15-
runmat-accelerate-api = { path = "../runmat-accelerate-api", optional = true }
15+
runmat-accelerate-api = { workspace = true, optional = true }
1616
runmat-lexer = { workspace = true }
1717
runmat-parser = { workspace = true }
1818
runmat-hir = { workspace = true }

crates/runmat-runtime-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[dependencies]
88
runmat-runtime = { path = "../runmat-runtime", features = ["wgpu"] }
99
runmat-accelerate = { path = "../runmat-accelerate", features = ["wgpu"] }
10-
runmat-accelerate-api = { path = "../runmat-accelerate-api" }
10+
runmat-accelerate-api = { workspace = true }
1111
runmat-builtins = { path = "../runmat-builtins" }
1212
runmat-macros = { path = "../runmat-macros" }
1313
inventory = { workspace = true }

0 commit comments

Comments
 (0)