.github/workflows/nightly.yml #50
Annotations
1 error and 5 warnings
Run cargo test --workspace --locked --all-features
Process completed with exit code 101.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run cargo test --workspace --locked --all-features :
src/encode/hex.rs#L620
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
Run cargo test --workspace --locked --all-features :
src/encode/hex.rs#L628
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
Run cargo test --workspace --locked --all-features :
src/encode/hex.rs#L643
use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
|
Run cargo test --workspace --locked --all-features :
tests/utils/mod.rs#L1
unused import: `parse_hex`
|
Loading