Skip to content

Commit 0ceb384

Browse files
committed
chore: set explicit version 0.18.1 in all crate manifests
1 parent 030cbfb commit 0ceb384

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

crates/zeph-a2a/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-a2a"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-acp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-acp"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-channels/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-channels"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-common"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-config"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-core"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-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 = "zeph-db"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-experiments/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-experiments"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-gateway"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/zeph-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeph-index"
3-
version.workspace = true
3+
version = "0.18.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)