diff --git a/Makefile.toml b/Makefile.toml index 64208a8..63a507a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -30,7 +30,7 @@ dependencies = ["build", "create_wasms"] [tasks.all_release] description = "Build all - Seed + examples and create wasms, with the --release flag" workspace = false -dependencies = ["build_release", "build_examples", "create_wasms"] +dependencies = ["build_release", "create_wasms"] [tasks.serve] description = "Start server for given example" diff --git a/README.md b/README.md index a9512a5..79ad265 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -- If you don't have Rust and wasm-bindgen installed, [Download it](https://www.rust-lang.org/tools/install), and run the following commands: +- If you don't have Rust and cargo-make installed, [Download it](https://www.rust-lang.org/tools/install), and run the following commands: `rustup update`