@@ -15,7 +15,7 @@ resolver = "2"
1515
1616[workspace .package ]
1717edition = " 2021"
18- version = " 1.17 .0"
18+ version = " 1.18 .0"
1919
2020[profile .release ]
2121# Runtime requires unwinding
@@ -76,8 +76,12 @@ unique-runtime = { path = "runtime/unique" }
7676# Frontier (Unique patches over the Parity version)
7777fc-api = { default-features = false , git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
7878fc-consensus = { git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
79- fc-db = { default-features = false , features =[' sql' ], git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
80- fc-mapping-sync = { features =[' sql' ], git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
79+ fc-db = { default-features = false , features = [
80+ ' sql' ,
81+ ], git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
82+ fc-mapping-sync = { features = [
83+ ' sql' ,
84+ ], git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
8185fc-rpc = { default-features = false , git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
8286fc-rpc-core = { default-features = false , git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
8387fp-evm = { default-features = false , git = " https://github.com/uniquenetwork/unique-frontier" , branch = " unique-polkadot-2503" }
0 commit comments