From 0684bf4e67ebea728b5554b3664409777daae203 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:50:37 +0000 Subject: [PATCH] Update compiler/noirc_driver/Cargo.toml --- compiler/noirc_driver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/noirc_driver/Cargo.toml b/compiler/noirc_driver/Cargo.toml index 63d503fc7d9..314418554ba 100644 --- a/compiler/noirc_driver/Cargo.toml +++ b/compiler/noirc_driver/Cargo.toml @@ -22,4 +22,4 @@ fm.workspace = true serde.workspace = true fxhash.workspace = true -aztec_macros ={path = "../../aztec_macros"} \ No newline at end of file +aztec_macros = { path = "../../aztec_macros" } \ No newline at end of file