Remove Simd-json (#228)
This mirrors the serenity pr https://github.com/serenity-rs/serenity/pull/2735.
This commit is contained in:
@@ -8,12 +8,6 @@ args = ["fmt", "--all"]
|
||||
args = ["build", "--features", "full-doc"]
|
||||
dependencies = ["format"]
|
||||
|
||||
[tasks.build-simd]
|
||||
args = ["build", "--features", "full-doc,simd-json,serenity?/simd_json,twilight-gateway?/simd-json"]
|
||||
command = "cargo"
|
||||
dependencies = ["format"]
|
||||
env = { "RUSTFLAGS" = "-C target-cpu=native" }
|
||||
|
||||
[tasks.build-examples]
|
||||
args = ["build", "--manifest-path", "./examples/Cargo.toml", "--workspace"]
|
||||
command = "cargo"
|
||||
@@ -43,11 +37,6 @@ dependencies = ["format"]
|
||||
[tasks.test]
|
||||
args = ["test", "--features", "full-doc", "--", "--include-ignored"]
|
||||
|
||||
[tasks.test-simd]
|
||||
args = ["test", "--features", "full-doc,simd-json,serenity?/simd_json,twilight-gateway?/simd-json"]
|
||||
command = "cargo"
|
||||
env = { "RUSTFLAGS" = "-C target-cpu=native" }
|
||||
|
||||
[tasks.bench]
|
||||
description = "Runs performance benchmarks."
|
||||
category = "Test"
|
||||
|
||||
Reference in New Issue
Block a user