diff --git a/examples/demo/Cargo.toml b/examples/demo/Cargo.toml index 99fdc9818..4f845d568 100644 --- a/examples/demo/Cargo.toml +++ b/examples/demo/Cargo.toml @@ -65,5 +65,4 @@ rstest = "0.21.0" loco-rs = { path = "../../", version = "*", features = ["testing"] } trycmd = "0.14.19" insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] } -loco-macros = { path = "../../macros" } axum-test = { version = "16" }