From 4fa18d9ca9938637eb1519f2424afc8158c2a675 Mon Sep 17 00:00:00 2001 From: Joseph Cruz Date: Thu, 14 Sep 2023 14:33:53 -0400 Subject: [PATCH] test(ci): simulate leptos change --- leptos/Makefile.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/leptos/Makefile.toml b/leptos/Makefile.toml index 0fe31b5f17..21a864f433 100644 --- a/leptos/Makefile.toml +++ b/leptos/Makefile.toml @@ -58,3 +58,5 @@ args = [ [tasks.check-release] command = "cargo" args = ["check", "--release"] + +# TODO: remove simulated change