Skip to content

Commit f4d5892

Browse files
committed
chore: cleanup
1 parent 71b711f commit f4d5892

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[workspace]
22
members = [
3-
'runtime',
4-
'nodes/poscan-consensus',
3+
"runtime",
4+
"nodes/poscan-consensus",
55
]
6-
[profile.release]
7-
panic = 'unwind'
6+
resolver = "2"
87

9-
workspace.resolver = "2"
8+
[profile.release]
9+
panic = "unwind"

precompiles/proxy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use pallet_proxy::Call as ProxyCall;
2525
use pallet_proxy::Pallet as ProxyPallet;
2626
use precompile_utils::data::Address;
2727
use precompile_utils::prelude::*;
28-
use sp_runtime::{codec::Decode, traits::StaticLookup};
28+
use sp_runtime::{codec::Decode};
2929
use sp_std::marker::PhantomData;
3030

3131
#[cfg(test)]

0 commit comments

Comments
 (0)