diff --git a/Makefile.toml b/Makefile.toml index dfbd883..e855b2d 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -37,7 +37,7 @@ dependencies = ["build", "create_wasm"] description = "Build, create wasms, and watch/recompile files for changes" workspace = false dependencies = ["build", "create_wasm"] -watch = { ignore_pattern="pkg/*", version="7.2.1" } +watch = { ignore_pattern="pkg/*" } [tasks.all_release] description = "Build, and create wasms, with the --release flag"