Skip to content

Commit 89b7931

Browse files
committed
chore: update packages version
1 parent 48ff8dd commit 89b7931

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

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

agents/anda_bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_bot"
33
description = "I'm Anda ICP, Digital panda 🐼 by Anda framework. Secured in TEE, memories on ICP chain.✨"
44
repository = "https://github.com/ldclabs/anda/tree/main/agents/anda_bot"
55
publish = false
6-
version = "0.4.6"
6+
version = "0.4.7"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

anda_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_cli"
33
description = "The command line interface for Anda engine server."
44
repository = "https://github.com/ldclabs/anda/tree/main/anda_cli"
55
publish = true
6-
version = "0.2.0"
6+
version = "0.2.1"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

anda_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_core"
33
description = "Core types and traits for Anda -- an AI agent framework built with Rust, powered by ICP and TEEs."
44
repository = "https://github.com/ldclabs/anda/tree/main/anda_core"
55
publish = true
6-
version = "0.5.1"
6+
version = "0.5.2"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

anda_engine_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_engine_server"
33
description = "A http server to serve multiple Anda engines."
44
repository = "https://github.com/ldclabs/anda/tree/main/anda_engine_server"
55
publish = true
6-
version = "0.2.0"
6+
version = "0.2.1"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

anda_web3_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_web3_client"
33
description = "The Rust SDK for Web3 integration in non-TEE environments."
44
repository = "https://github.com/ldclabs/anda/tree/main/anda_web3_client"
55
publish = true
6-
version = "0.2.1"
6+
version = "0.2.2"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

tools/anda_icp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_icp"
33
description = "Anda agent tools offers integration with the Internet Computer (ICP)."
44
repository = "https://github.com/ldclabs/anda/tree/main/tools/anda_icp"
55
publish = true
6-
version = "0.2.6"
6+
version = "0.2.7"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

0 commit comments

Comments
 (0)