File tree Expand file tree Collapse file tree 9 files changed +20
-20
lines changed
Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ tracing = "0.1.40"
4444tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
4545uuid = { version = " 1.10.0" , features = [" v4" ] }
4646
47- essential-node = { path = " crates/node" , version = " 0.8 .0" }
48- essential-node-api = { path = " crates/node-api" , version = " 0.8 .0" }
49- essential-node-db-sql = { path = " crates/node-db-sql" , version = " 0.4 .0" }
50- essential-node-db = { path = " crates/node-db" , version = " 0.4 .0" }
51- essential-node-types = { path = " crates/node-types" , version = " 0.2 .0" }
52- essential-relayer = { path = " crates/relayer" , version = " 0.3 .0" }
47+ essential-node = { path = " crates/node" , version = " 0.9 .0" }
48+ essential-node-api = { path = " crates/node-api" , version = " 0.9 .0" }
49+ essential-node-db-sql = { path = " crates/node-db-sql" , version = " 0.5 .0" }
50+ essential-node-db = { path = " crates/node-db" , version = " 0.5 .0" }
51+ essential-node-types = { path = " crates/node-types" , version = " 0.3 .0" }
52+ essential-relayer = { path = " crates/relayer" , version = " 0.4 .0" }
5353rusqlite-pool = { path = " crates/rusqlite-pool" , version = " 0.2.0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " essential-node-api"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44description = " API implementation for the Essential node"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " essential-node-cli"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44description = " The Essential node CLI"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " essential-node-db-sql"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " SQL statements for the Essential node database"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " essential-node-db"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " The Essential node database"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " essential-node-types"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " Core types used within this implementation of the Essential protocol."
55edition.workspace = true
66authors.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " essential-node"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44description = " Validation for Essential protocol"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " essential-relayer"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44description = " Relay blocks from Essential builder to Essential node"
55authors.workspace = true
66edition.workspace = true
You can’t perform that action at this time.
0 commit comments