diff --git a/.mise/tasks/build/deb b/.mise/tasks/build/deb index 9a62b79..70cc4e9 100755 --- a/.mise/tasks/build/deb +++ b/.mise/tasks/build/deb @@ -7,7 +7,7 @@ if ! command -v cargo-deb >/dev/null 2>&1; then fi # Build release binary first for reproducible asset path -cargo build -p orchestrator --release +cargo build -p orchestrator --release --features libvirt # Package orchestrator cargo deb -p orchestrator --no-build diff --git a/crates/orchestrator/Cargo.toml b/crates/orchestrator/Cargo.toml index c946ea2..36aa04d 100644 --- a/crates/orchestrator/Cargo.toml +++ b/crates/orchestrator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchestrator" -version = "0.1.1" +version = "0.1.2" edition = "2024" build = "build.rs"