yew/packages/yew-macro/Makefile.toml
Elina b8d3e21ca0
Raise MSRV to 1.76 (#3693)
* raise msrv to 1.76

* remove older impls

* bless trybuild tests

* Update packages/yew/src/scheduler.rs
2024-08-03 16:09:34 +05:00

17 lines
369 B
TOML

[tasks.test]
clear = true
toolchain = "1.76.0"
command = "cargo"
# test target can be optionally specified like `cargo make test html_macro`,
args = ["test", "${@}"]
[tasks.test-lint]
clear = true
toolchain = "nightly"
command = "cargo"
args = ["test", "test_html_lints", "--features", "lints"]
[tasks.test-overwrite]
extend = "test"
env = { TRYBUILD = "overwrite" }