Skip to content

Commit 59e2788

Browse files
committed
chore: update lla_plugin_interface dependency version to 0.3.8 in Cargo.toml
- Changed the dependency path for `lla_plugin_interface` to include the version "0.3.8". - Ensured consistency with the recent version bump across related packages.
1 parent 5b9bf2a commit 59e2788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lla_plugin_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors.workspace = true
77
license.workspace = true
88

99
[dependencies]
10-
lla_plugin_interface = { path = "../lla_plugin_interface" }
10+
lla_plugin_interface = { path = "../lla_plugin_interface", version = "0.3.8" }
1111
serde = { workspace = true }
1212
colored = { workspace = true }
1313
toml = { workspace = true }

0 commit comments

Comments
 (0)