.github/workflows/nightly.yml #14
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
36s
nightly
/
...
/
cargo +nightly fmt
22s
nightly
/
...
/
cargo +nightly clippy
25s
nightly
/
...
/
cargo deny check
5s
nightly
/
...
/
cargo +stable test
31s
nightly
/
...
/
cargo +nightly test
36s
nightly
/
...
/
cargo +stable minimal-versions check --workspace
18s
nightly
/
...
/
cargo +nightly minimal-versions check --workspace
20s
nightly
/
...
/
cargo vet status
6s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
25s
Annotations
15 errors and 9 warnings
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
the feature `rustc_attrs` is not in the list of allowed features
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
Process completed with exit code 1.
|
nightly / clippy / cargo +nightly clippy:
src/encode/bytes.rs#L30
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/bytes.rs#L31
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/bytes.rs#L32
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/bytes.rs#L33
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L4
importing legacy numeric constants
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L137
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L139
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L141
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L166
usage of a legacy numeric method
|
nightly / clippy / cargo +nightly clippy:
src/encode/hex.rs#L168
usage of a legacy numeric method
|
nightly / updates / cargo +stable test
Process completed with exit code 101.
|
nightly / updates-nightly / cargo +nightly test
Process completed with exit code 101.
|
nightly / create issue
An error occurred while creating the issue. This might be caused by a malformed issue title, or a typo in the labels or assignees. Check nightly-issue.md!
Issues are disabled for this repo
|
nightly / updates / cargo +stable test :
src/encode/hex.rs#L620
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates / cargo +stable test :
src/encode/hex.rs#L628
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates / cargo +stable test :
src/encode/hex.rs#L643
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates / cargo +stable test :
tests/utils/mod.rs#L1
unused import: `parse_hex`
|
nightly / updates-nightly / cargo +nightly test :
src/encode/hex.rs#L620
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates-nightly / cargo +nightly test :
src/encode/hex.rs#L628
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates-nightly / cargo +nightly test :
src/encode/hex.rs#L643
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
nightly / updates-nightly / cargo +nightly test :
tests/utils/mod.rs#L1
unused import: `parse_hex`
|
nightly / test / cargo +nightly test :
tests/utils/mod.rs#L1
unused import: `parse_hex`
|