Skip to content

chore: upgrade to 1.14.0 #629

chore: upgrade to 1.14.0

chore: upgrade to 1.14.0 #629

Triggered via pull request August 15, 2024 10:35
@chungquantinchungquantin
synchronize #178
Status Success
Total duration 11s
Artifacts

lint-pr.yml

on: pull_request_target
Validate PR title for conventional commit compliance
3s
Validate PR title for conventional commit compliance
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
type `SlotDuration` is not a member of trait `pallet_aura::Config`: runtime/testnet/src/lib.rs#L447
error[E0437]: type `SlotDuration` is not a member of trait `pallet_aura::Config` --> runtime/testnet/src/lib.rs:447:2 | 447 | type SlotDuration = ConstU64<SLOT_DURATION>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `pallet_aura::Config`
type `SlotDuration` is not a member of trait `pallet_aura::Config`: runtime/devnet/src/lib.rs#L444
error[E0437]: type `SlotDuration` is not a member of trait `pallet_aura::Config` --> runtime/devnet/src/lib.rs:444:2 | 444 | type SlotDuration = ConstU64<SLOT_DURATION>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `pallet_aura::Config`
bound is defined in more than one place: runtime/testnet/src/extensions.rs#L33
warning: bound is defined in more than one place --> runtime/testnet/src/extensions.rs:33:10 | 33 | fn call<E: Ext>(&mut self, env: Environment<E, InitState>) -> Result<RetVal, DispatchError> | ^ 34 | where 35 | E: Ext<T = T>, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `#[warn(clippy::multiple_bound_locations)]` on by default
bound is defined in more than one place: runtime/devnet/src/extensions.rs#L33
warning: bound is defined in more than one place --> runtime/devnet/src/extensions.rs:33:10 | 33 | fn call<E: Ext>(&mut self, env: Environment<E, InitState>) -> Result<RetVal, DispatchError> | ^ 34 | where 35 | E: Ext<T = T>, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `#[warn(clippy::multiple_bound_locations)]` on by default