Skip to content

Commit e3307f0

Browse files
author
Konstantin Astakhov
committed
upgrade node version
1 parent 32777e8 commit e3307f0

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515

1616
[workspace.package]
1717
edition = "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)
7777
fc-api = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-2503" }
7878
fc-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" }
8185
fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-2503" }
8286
fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-2503" }
8387
fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-2503" }

0 commit comments

Comments
 (0)