Skip to content

Commit 99925e9

Browse files
feat: Publish new versions of all crates (#170)
1 parent b46b723 commit 99925e9

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ tracing = "0.1.40"
4444
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4545
uuid = { 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" }
5353
rusqlite-pool = { path = "crates/rusqlite-pool", version = "0.2.0" }

crates/node-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "essential-node-api"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "API implementation for the Essential node"
55
authors.workspace = true
66
edition.workspace = true

crates/node-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "essential-node-cli"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "The Essential node CLI"
55
authors.workspace = true
66
edition.workspace = true

crates/node-db-sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "essential-node-db-sql"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "SQL statements for the Essential node database"
55
authors.workspace = true
66
edition.workspace = true

crates/node-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "essential-node-db"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "The Essential node database"
55
authors.workspace = true
66
edition.workspace = true

crates/node-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "essential-node-types"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Core types used within this implementation of the Essential protocol."
55
edition.workspace = true
66
authors.workspace = true

crates/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "essential-node"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "Validation for Essential protocol"
55
authors.workspace = true
66
edition.workspace = true

crates/relayer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "essential-relayer"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Relay blocks from Essential builder to Essential node"
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)