delete cargo-watch version from Makefile.toml

master
Martin Kavík 6 years ago committed by David O'Connor
parent a13369bf3b
commit be6f0602c7

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

Loading…
Cancel
Save