Fix DHCP option order not being preserved #352
Annotations
5 errors and 6 warnings
|
src/v4/options.rs#L158
the trait bound `IndexMap<v4::options::OptionCode, v4::options::DhcpOption>: Serialize` is not satisfied
|
src/v4/options.rs#L160
the trait bound `IndexMap<v4::options::OptionCode, v4::options::DhcpOption>: Deserialize<'_>` is not satisfied
|
src/v4/options.rs#L160
the trait bound `IndexMap<v4::options::OptionCode, v4::options::DhcpOption>: Deserialize<'_>` is not satisfied
|
|
src/v4/options.rs#L183
use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
|
|
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/
|
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/
|
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/
|
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/
|
This job failed
Loading