Skip to content

Commit 97cb335

Browse files
committed
fix: update vtcode-core dependency to use version instead of path for crates.io publishing
1 parent 89357fa commit 97cb335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ uninlined_format_args = "deny"
4242
unwrap_used = "deny"
4343

4444
[dependencies]
45-
vtcode-core = { path = "vtcode-core" }
45+
vtcode-core = "0.8.1"
4646
anyhow = "1.0"
4747
clap = { version = "4.5", features = ["derive"] }
4848
serde_json = "1.0"

0 commit comments

Comments
 (0)