Skip to content

Commit 3ad1955

Browse files
committed
Release kittynode-app-0.113.0, kittynode-cli-0.68.0
1 parent 53e9603 commit 3ad1955

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Cargo.lock

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

packages/app/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kittynode-tauri"
3-
version = "0.112.0"
3+
version = "0.113.0"
44
edition.workspace = true
55
description.workspace = true
66
readme.workspace = true
@@ -21,7 +21,7 @@ eyre = { version = "0.6.12", default-features = false, features = [
2121
"track-caller",
2222
] }
2323
async-trait = "0.1.89"
24-
kittynode-core = { version = "0.56.0", path = "../../core" }
24+
kittynode-core = { version = "0.57.0", path = "../../core" }
2525
once_cell = "1.21.3"
2626
serde = { version = "1.0.228", features = ["derive"] }
2727
serde_json = "1.0.145"

packages/cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kittynode-cli"
3-
version = "0.67.0"
3+
version = "0.68.0"
44
edition.workspace = true
55
description.workspace = true
66
readme.workspace = true
@@ -21,8 +21,8 @@ eyre = { version = "0.6.12", default-features = false, features = [
2121
"auto-install",
2222
"track-caller",
2323
] }
24-
kittynode-core = { version = "0.56.0", path = "../core" }
25-
kittynode-web = { version = "0.53.0", path = "../web" }
24+
kittynode-core = { version = "0.57.0", path = "../core" }
25+
kittynode-web = { version = "0.54.0", path = "../web" }
2626
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "fs", "time"] }
2727
tokio-stream = "0.1.17"
2828
tracing-subscriber = "0.3.22"

packages/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 = "kittynode-core"
3-
version = "0.56.0"
3+
version = "0.57.0"
44
edition.workspace = true
55
description.workspace = true
66
readme.workspace = true

packages/web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kittynode-web"
3-
version = "0.53.0"
3+
version = "0.54.0"
44
edition.workspace = true
55
description.workspace = true
66
readme.workspace = true
@@ -11,7 +11,7 @@ publish.workspace = true
1111
[dependencies]
1212
axum = "0.8.7"
1313
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
14-
kittynode-core = { version = "0.56.0", path = "../core" }
14+
kittynode-core = { version = "0.57.0", path = "../core" }
1515
tracing-subscriber = "0.3.22"
1616
eyre = { version = "0.6.12", default-features = false }
1717
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)