Skip to content

Commit 5706e50

Browse files
committed
Release kittynode-app-0.120.0, kittynode-cli-0.75.0
1 parent d82aae7 commit 5706e50

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

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.119.0"
3+
version = "0.120.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.63.0", path = "../../core" }
24+
kittynode-core = { version = "0.64.0", path = "../../core" }
2525
once_cell = "1.21.3"
2626
serde = { version = "1.0.228", features = ["derive"] }
2727
serde_json = "1.0.147"

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.74.0"
3+
version = "0.75.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.63.0", path = "../core" }
25-
kittynode-web = { version = "0.60.0", path = "../web" }
24+
kittynode-core = { version = "0.64.0", path = "../core" }
25+
kittynode-web = { version = "0.61.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.63.0"
3+
version = "0.64.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.60.0"
3+
version = "0.61.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.8"
1313
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
14-
kittynode-core = { version = "0.63.0", path = "../core" }
14+
kittynode-core = { version = "0.64.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)