Skip to content

Commit 501de9f

Browse files
committed
cargo: disable testing of graphite-proc-macros
1 parent 68ca621 commit 501de9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ default-members = [
4747
"node-graph/node-macro",
4848
"node-graph/preprocessor",
4949
"node-graph/wgpu-executor",
50-
"proc-macros",
50+
# blocked by https://github.com/rust-lang/cargo/issues/15890
51+
# "proc-macros",
5152
]
5253
resolver = "2"
5354

0 commit comments

Comments
 (0)