Compare commits

...

1 Commits

Author SHA1 Message Date
Greg Johnston
fefc1db02f build(examples): update Makefiles for recent examples 2023-07-24 11:55:33 -04:00
2 changed files with 1 additions and 21 deletions

View File

@@ -1,11 +1 @@
extend = { path = "../cargo-make/main.toml" }
[tasks.build]
command = "cargo"
args = ["+nightly", "build-all-features"]
install_crate = "cargo-all-features"
[tasks.check]
command = "cargo"
args = ["+nightly", "check-all-features"]
install_crate = "cargo-all-features"
extend = [{ path = "../cargo-make/main.toml" }]

View File

@@ -1,11 +1 @@
extend = [{ path = "../cargo-make/main.toml" }]
[tasks.build]
command = "cargo"
args = ["+nightly", "build-all-features"]
install_crate = "cargo-all-features"
[tasks.check]
command = "cargo"
args = ["+nightly", "check-all-features"]
install_crate = "cargo-all-features"