84c9720b53
* update pre-existing juniper_warp::subscriptions * initial draft * finish up, update example * polish + timing test * fix pre-existing bug * rebase updates * address comments * add release.toml * makefile and initial changelog * add new Cargo.toml to juniper/release.toml
20 lines
567 B
TOML
20 lines
567 B
TOML
[env]
|
|
CARGO_MAKE_CARGO_ALL_FEATURES = ""
|
|
|
|
[tasks.build-verbose]
|
|
condition = { rust_version = { min = "1.29.0" } }
|
|
|
|
[tasks.build-verbose.windows]
|
|
condition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-windows-msvc" } }
|
|
|
|
[tasks.test-verbose]
|
|
condition = { rust_version = { min = "1.29.0" } }
|
|
|
|
[tasks.test-verbose.windows]
|
|
condition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-windows-msvc" } }
|
|
|
|
[tasks.ci-coverage-flow]
|
|
condition = { rust_version = { min = "1.29.0" } }
|
|
|
|
[tasks.ci-coverage-flow.windows]
|
|
disabled = true
|