-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split serde gate into serialize and deserialize
- Loading branch information
1 parent
465c342
commit befa0d9
Showing
991 changed files
with
4,235 additions
and
4,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ jobs: | |
- uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Run clippy | ||
run: cargo clippy --features "runtime-${{ matrix.runtime }} full serde" | ||
run: cargo clippy --features "runtime-${{ matrix.runtime }} full serialize deserialize" | ||
|
||
test: | ||
runs-on: ubuntu-latest | ||
|
@@ -131,7 +131,7 @@ jobs: | |
|
||
- uses: taiki-e/install-action@cargo-llvm-cov | ||
- name: Test and gather coverage | ||
run: cargo llvm-cov --lcov --output-path lcov.info --features "runtime-${{ matrix.runtime }} serde" | ||
run: cargo llvm-cov --lcov --output-path lcov.info --features "runtime-${{ matrix.runtime }} serialize deserialize" | ||
- name: Upload to codecov.io | ||
uses: codecov/[email protected] | ||
with: | ||
|
@@ -155,7 +155,7 @@ jobs: | |
- uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Build Documentation | ||
run: cargo doc --lib --no-deps --features "runtime-tokio-hyper full serde" | ||
run: cargo doc --lib --no-deps --features "runtime-tokio-hyper full" | ||
|
||
# Examples tested separately so that we can use crates which don't match our MSRV | ||
examples: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.