mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 15:26:00 +00:00
Really disable serde std feature in CI
When building the crate root, serde/std gets enabled transitively through our dev-dependency on trybuild. This is a Cargo bug but for now work around it.
This commit is contained in:
parent
ab4ca99fcb
commit
f20ca3b054
@ -21,7 +21,7 @@ matrix:
|
|||||||
- rust: 1.31.0
|
- rust: 1.31.0
|
||||||
- rust: 1.36.0
|
- rust: 1.36.0
|
||||||
script:
|
script:
|
||||||
- cargo build --no-default-features --features alloc
|
- cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc
|
||||||
|
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
name: Clippy
|
name: Clippy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user