Skip to content

Commit c0264dd

Browse files
authored
Merge pull request #725 from terraphim/feat/rlm-workspace-enable
chore: enable terraphim_rlm in workspace
2 parents 52b5c39 + 4828858 commit c0264dd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ exclude = [
77
"crates/terraphim_agent_application",
88
"crates/terraphim_truthforge",
99
"crates/terraphim_automata_py",
10-
"crates/terraphim_rlm",
1110
# Python bindings (need `maturin develop`)
1211
"crates/terraphim_automata_py",
1312
"crates/terraphim_rolegraph_py",

crates/terraphim_rlm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraphim_rolegraph = { path = "../terraphim_rolegraph", optional = true }
3030
terraphim_agent_supervisor = { path = "../terraphim_agent_supervisor", optional = true }
3131

3232
# Firecracker-rust core for VM and snapshot management
33-
fcctl-core = { path = "../../../firecracker-rust/fcctl-core" }
33+
fcctl-core = { git = "https://github.com/terraphim/firecracker-rust", branch = "main" }
3434

3535
# Async utilities
3636
tokio-util = "0.7"
@@ -41,7 +41,7 @@ hyper = { version = "1.0", features = ["server", "http1"], optional = true }
4141
hyper-util = { version = "0.1", features = ["tokio"], optional = true }
4242

4343
# Alternative execution backends
44-
bollard = { version = "0.18", optional = true }
44+
bollard = { version = "0.20", optional = true }
4545
reqwest = { workspace = true, optional = true }
4646

4747
# DNS security

0 commit comments

Comments
 (0)