Skip to content

Commit 4da0bdf

Browse files
committed
feat: bump lmm-agent & lmm-derive
Signed-off-by: wiseaidev <oss@wiseai.dev>
1 parent 2760501 commit 4da0bdf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ napi-build = "2.3.1"
3737
syn = { version = "2.0.117", features = ["full"] }
3838
quote = "1.0.45"
3939
proc-macro2 = "1.0.106"
40-
lmm-derive = { version = "0.0.1", path = "./lmm-derive" }
41-
lmm-agent = { version = "0.0.2", path = "./lmm-agent" }
40+
lmm-derive = { version = "0.0.2", path = "./lmm-derive" }
41+
lmm-agent = { version = "0.0.3", path = "./lmm-agent" }
4242
lmm = { version = "0.2.1", path = "./lmm" }
4343

4444
[profile.dev]

lmm-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lmm-agent"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2024"
55
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
66
license = "MIT"

lmm-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lmm-derive"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)