serialising public key to string, adding docs, shifting stuff about #35
Annotations
26 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Cargo Build:
dnstp/src/processor/response/mod.rs#L4
unused import: `error`
|
Cargo Build:
dnstp/src/processor/response/mod.rs#L5
unused imports: `QuestionParseError`, `RecordParseError`
|
Cargo Build:
dnstp/src/processor/response/mod.rs#L7
unused imports: `HeaderParseError`, `MessageParseError`
|
Cargo Build:
dnstp/src/message/record/mod.rs#L18
unused import: `std::fmt::Display`
|
Cargo Build:
dnstp/src/crypto/mod.rs#L21
unused import: `EncodedPoint`
|
Cargo Build:
dnstp/src/processor/request/mod.rs#L42
unused variable: `base_domain_len`
|
Cargo Build:
dnstp/src/processor/response/mod.rs#L28
variable does not need to be mutable
|
Cargo Build:
dnstp/src/processor/request/mod.rs#L70
unused `Result` that must be used
|
Cargo Build:
dnstp/src/processor/request/mod.rs#L81
unused `Result` that must be used
|
Cargo Build:
dnstp/src/net/socket.rs#L87
unused `Result` that must be used
|
Cargo Test:
dnstp/src/processor/response/mod.rs#L4
unused import: `error`
|
Cargo Test:
dnstp/src/processor/response/mod.rs#L5
unused imports: `QuestionParseError`, `RecordParseError`
|
Cargo Test:
dnstp/src/processor/response/mod.rs#L7
unused imports: `HeaderParseError`, `MessageParseError`
|
Cargo Test:
dnstp/src/message/record/mod.rs#L18
unused import: `std::fmt::Display`
|
Cargo Test:
dnstp/src/crypto/mod.rs#L21
unused import: `EncodedPoint`
|
Cargo Test:
dnstp/src/processor/request/mod.rs#L42
unused variable: `base_domain_len`
|
Cargo Test:
dnstp/src/processor/response/mod.rs#L28
variable does not need to be mutable
|
Cargo Test:
dnstp/src/processor/request/mod.rs#L70
unused `Result` that must be used
|
Cargo Test:
dnstp/src/processor/request/mod.rs#L81
unused `Result` that must be used
|
Cargo Test:
dnstp/src/net/socket.rs#L87
unused `Result` that must be used
|
The logs for this run have expired and are no longer available.
Loading