Skip to content

Commit fec4a1c

Browse files
committed
fix: update aimdb-codegen version from 0.5.0 to 0.1.0 in multiple Cargo.toml files
1 parent 0d13b72 commit fec4a1c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aimdb-codegen/Cargo.toml

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

tools/aimdb-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717
[dependencies]
1818
# AimDB client library
1919
aimdb-client = { version = "0.5.0", path = "../../aimdb-client" }
20-
aimdb-codegen = { version = "0.5.0", path = "../../aimdb-codegen" }
20+
aimdb-codegen = { version = "0.1.0", path = "../../aimdb-codegen" }
2121

2222
# Core dependencies - reuse protocol types from aimdb-core
2323
aimdb-core = { version = "0.5.0", path = "../../aimdb-core", features = [

tools/aimdb-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ path = "src/lib.rs"
2727
[dependencies]
2828
# AimDB dependencies
2929
aimdb-client = { version = "0.5.0", path = "../../aimdb-client" }
30-
aimdb-codegen = { version = "0.5.0", path = "../../aimdb-codegen" }
30+
aimdb-codegen = { version = "0.1.0", path = "../../aimdb-codegen" }
3131
aimdb-core = { version = "0.5.0", path = "../../aimdb-core", features = [
3232
"std",
3333
] }

0 commit comments

Comments
 (0)