Skip to content

Commit d1e2117

Browse files
committed
fix: add version to internal workspace deps for crates.io publishing
1 parent 19c20f8 commit d1e2117

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 0 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
@@ -21,5 +21,5 @@ tokio = { version = "1.35", features = ["full"] }
2121
chrono = { version = "0.4", features = ["serde"] }
2222
tracing = "0.1"
2323
tempfile = "3"
24-
agentic-sdk = { version = "0.2.0", path = "../agentic-sdk" }
25-
agentic-evolve-core = { path = "crates/agentic-evolve-core" }
24+
agentic-sdk = "0.2.0"
25+
agentic-evolve-core = { path = "crates/agentic-evolve-core", version = "0.1.0" }

crates/agentic-evolve-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515

1616
[dependencies]
1717
agentic-evolve-core = { workspace = true }
18-
agentic-evolve-mcp = { path = "../agentic-evolve-mcp" }
18+
agentic-evolve-mcp = { path = "../agentic-evolve-mcp", version = "0.1.0" }
1919
clap = { version = "4", features = ["derive"] }
2020
serde_json = { workspace = true }
2121
serde = { workspace = true }

0 commit comments

Comments
 (0)