Skip to content

Commit 7b5ae44

Browse files
committed
cargo: disable testing of graphite-proc-macros
1 parent e6244f9 commit 7b5ae44

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
@@ -48,7 +48,8 @@ default-members = [
4848
"node-graph/node-macro",
4949
"node-graph/preprocessor",
5050
"node-graph/wgpu-executor",
51-
"proc-macros",
51+
# blocked by https://github.com/rust-lang/cargo/issues/15890
52+
# "proc-macros",
5253
]
5354
resolver = "2"
5455

0 commit comments

Comments
 (0)